Html Css Color HEX #9E31CF Dark Orchid

📋 copy color: '#9E31CF'

red 158 ◦ green 49 ◦ blue 207

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

Shades of Dark Orchid #9E31CF

Tints of Dark Orchid #9E31CF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.84%

 BLUE value IS 207 (81.25% from 255) = 50%

R = 38.16%
G = 11.84%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E31CF (or 0x9E31CF) is known color: Dark Orchid. HEX triplet: 9E, 31 and CF. RGB value is (158,49,207). Sum of RGB (Red+Green+Blue) = 158+49+207=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E31CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E31CF is #61CE30. Grayscale: #636363. Windows color (decimal): -6409777 or 13578654. OLE color: 13578654.

HSL color Cylindrical-coordinate representation of color #9E31CF: hue angle of 281.39º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E31CF is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 49 207 -
CMYK 0.24 0.76 0 0.19
HSL 281.39º 0.62% 0.5% -
HSV(B) 281.39º 0.76% 0.81% -
XYZ 26.46 13.97 60.33 -
YUV 99.6 188.61 169.65 -
System Red Green Blue C M Y K H S L
Decimal 158 49 207 0.24 0.76 0 0.19 281.39 0.62 0.5
Hex 9E 31 CF 18 4C 0 13 119 3E 32
Octal 236 61 317 30 114 0 23 431 76 62
Binary 10011110 110001 11001111 11000 1001100 0 10011 100011001 111110 110010

Color Harmonies of #9E31CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E31CF

Black with #9E31CF

Text Example


Text Example

White with #9E31CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,49,207); }

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

background-color css

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

 a { background-color: rgb(158,49,207); }

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

border-color css

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

 span { border-color: rgb(158,49,207); }

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