Html Css Color HEX #9E3CBE Dark Orchid

📋 copy color: '#9E3CBE'

red 158 ◦ green 60 ◦ blue 190

#9E3CBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9E3CBE

Tints of Dark Orchid #9E3CBE

RGB

 RED value IS 158 (62.11% from 255) = 38.73%

 GREEN value IS 60 (23.83% from 255) = 14.71%

 BLUE value IS 190 (74.61% from 255) = 46.57%

R = 38.73%
G = 14.71%
B = 46.57%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E3CBE (or 0x9E3CBE) is known color: Dark Orchid. HEX triplet: 9E, 3C and BE. RGB value is (158,60,190). Sum of RGB (Red+Green+Blue) = 158+60+190=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E3CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3CBE is #61C341. Grayscale: #676767. Windows color (decimal): -6406978 or 12467358. OLE color: 12467358.

HSL color Cylindrical-coordinate representation of color #9E3CBE: hue angle of 285.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E3CBE is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 60 190 -
CMYK 0.17 0.68 0 0.25
HSL 285.23º 0.52% 0.49% -
HSV(B) 285.23º 0.68% 0.75% -
XYZ 25.01 14.22 50.14 -
YUV 104.12 176.47 166.43 -
System Red Green Blue C M Y K H S L
Decimal 158 60 190 0.17 0.68 0 0.25 285.23 0.52 0.49
Hex 9E 3C BE 11 44 0 19 11D 34 31
Octal 236 74 276 21 104 0 31 435 64 61
Binary 10011110 111100 10111110 10001 1000100 0 11001 100011101 110100 110001

Color Harmonies of #9E3CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3CBE

Black with #9E3CBE

Text Example


Text Example

White with #9E3CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,60,190); }

 H1.HeaderClassName
 {
   color: #9E3CBE;
 }
 .AnyTagClassName
 {
   color: #9E3CBE;
 }
</style>

background-color css

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

 a { background-color: rgb(158,60,190); }

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

border-color css

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

 span { border-color: rgb(158,60,190); }

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