Html Css Color HEX #9D02CE Dark Violet

📋 copy color: '#9D02CE'

red 157 ◦ green 2 ◦ blue 206

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

Shades of Dark Violet #9D02CE

Tints of Dark Violet #9D02CE

RGB

 RED value IS 157 (61.72% from 255) = 43.01%

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

 BLUE value IS 206 (80.86% from 255) = 56.44%

R = 43.01%
G = 0.55%
B = 56.44%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9D02CE (or 0x9D02CE) is known color: Dark Violet. HEX triplet: 9D, 02 and CE. RGB value is (157,2,206). Sum of RGB (Red+Green+Blue) = 157+2+206=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D02CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D02CE is #62FD31. Grayscale: #464646. Windows color (decimal): -6487346 or 13501085. OLE color: 13501085.

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

Color convert

RGB 157 2 206 -
CMYK 0.24 0.99 0 0.19
HSL 285.59º 0.98% 0.41% -
HSV(B) 285.59º 0.99% 0.81% -
XYZ 25.07 11.67 59.32 -
YUV 71.6 203.85 188.91 -
System Red Green Blue C M Y K H S L
Decimal 157 2 206 0.24 0.99 0 0.19 285.59 0.98 0.41
Hex 9D 2 CE 18 63 0 13 11E 62 29
Octal 235 2 316 30 143 0 23 436 142 51
Binary 10011101 10 11001110 11000 1100011 0 10011 100011110 1100010 101001

Color Harmonies of #9D02CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D02CE

Black with #9D02CE

Text Example


Text Example

White with #9D02CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,2,206); }

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

background-color css

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

 a { background-color: rgb(157,2,206); }

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

border-color css

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

 span { border-color: rgb(157,2,206); }

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