#9E4BDD

Color #9E4BDD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9E4BDD

Tints of Dark Orchid #9E4BDD

Color information

#9E4BDD (or 0x9E4BDD) is unknown color: approx Dark Orchid. HEX triplet: 9E, 4B and DD. RGB value is (158,75,221). Sum of RGB (Red+Green+Blue) = 158+75+221=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E4BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4BDD is #61B422. Grayscale: #737373. Windows color (decimal): -6403107 or 14502814. OLE color: 14502814.

HSL color Cylindrical-coordinate representation of color #9E4BDD: hue angle of 274.11º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E4BDD is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15875221-
CMYK0.290.6600.13
HSL274.11º68.22%58.04%-
HSV(B)274.11º66.06%86.67%-
XYZ29.6717.5270.22-
YUV116.46187157.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 34.80%
GREEN value IS 75 (29.69% from 255) = 16.52%
BLUE value IS 221 (86.72% from 255) = 48.68%
R=34.80%
G=16.52%
B=48.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal158752210.290.6600.13274.1168.2258.04
Hex9E4BDD1D420D112443a
Octal2361133353510201542210472
Binary10011110100101111011101111011000010011011000100101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E4BDD; }

 p { color: rgb(158,75,221); }

 H1.HeaderClassName
 {
   color: #9E4BDD;
 }
 .AnyTagClassName
 {
   color: #9E4BDD;
 }
</style>
background-color css

<style>
 a { background-color: #9E4BDD; }

 a { background-color: rgb(158,75,221); }

 div.DivClassName
 {
   background-color: #9E4BDD;
 }
 .BgClassName
 {
   background-color: #9E4BDD;
 }
</style>
border-color css

<style>
 span { border-color: #9E4BDD; }

 span { border-color: rgb(158,75,221); }

 td.TdClassName
 {
   border-color: #9E4BDD;
 }
 .TagClassName
 {
   border-color: #9E4BDD;
 }
</style>