Html Css Color HEX #9E18BE Dark Orchid

📋 copy color: '#9E18BE'

red 158 ◦ green 24 ◦ blue 190

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

Shades of Dark Orchid #9E18BE

Tints of Dark Orchid #9E18BE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.45%

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

R = 42.47%
G = 6.45%
B = 51.08%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E18BE (or 0x9E18BE) is known color: Dark Orchid. HEX triplet: 9E, 18 and BE. RGB value is (158,24,190). Sum of RGB (Red+Green+Blue) = 158+24+190=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E18BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E18BE is #61E741. Grayscale: #525252. Windows color (decimal): -6416194 or 12458142. OLE color: 12458142.

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

Color convert

RGB 158 24 190 -
CMYK 0.17 0.87 0 0.25
HSL 288.43º 0.78% 0.42% -
HSV(B) 288.43º 0.87% 0.75% -
XYZ 23.72 11.64 49.71 -
YUV 82.99 188.39 181.5 -
System Red Green Blue C M Y K H S L
Decimal 158 24 190 0.17 0.87 0 0.25 288.43 0.78 0.42
Hex 9E 18 BE 11 57 0 19 120 4E 2A
Octal 236 30 276 21 127 0 31 440 116 52
Binary 10011110 11000 10111110 10001 1010111 0 11001 100100000 1001110 101010

Color Harmonies of #9E18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E18BE

Black with #9E18BE

Text Example


Text Example

White with #9E18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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