Html Css Color HEX #9E02CD Dark Violet

📋 copy color: '#9E02CD'

red 158 ◦ green 2 ◦ blue 205

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

Shades of Dark Violet #9E02CD

Tints of Dark Violet #9E02CD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

 BLUE value IS 205 (80.47% from 255) = 56.16%

R = 43.29%
G = 0.55%
B = 56.16%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E02CD (or 0x9E02CD) is known color: Dark Violet. HEX triplet: 9E, 02 and CD. RGB value is (158,2,205). Sum of RGB (Red+Green+Blue) = 158+2+205=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E02CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E02CD is #61FD32. Grayscale: #474747. Windows color (decimal): -6421811 or 13435550. OLE color: 13435550.

HSL color Cylindrical-coordinate representation of color #9E02CD: hue angle of 286.11º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E02CD is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 2 205 -
CMYK 0.23 0.99 0 0.20
HSL 286.11º 0.98% 0.41% -
HSV(B) 286.11º 0.99% 0.8% -
XYZ 25.14 11.72 58.69 -
YUV 71.79 203.18 189.49 -
System Red Green Blue C M Y K H S L
Decimal 158 2 205 0.23 0.99 0 0.20 286.11 0.98 0.41
Hex 9E 2 CD 17 63 0 14 11E 62 29
Octal 236 2 315 27 143 0 24 436 142 51
Binary 10011110 10 11001101 10111 1100011 0 10100 100011110 1100010 101001

Color Harmonies of #9E02CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E02CD

Black with #9E02CD

Text Example


Text Example

White with #9E02CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,2,205); }

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

background-color css

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

 a { background-color: rgb(158,2,205); }

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

border-color css

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

 span { border-color: rgb(158,2,205); }

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