Html Css Color HEX #9C02CE Dark Violet

📋 copy color: '#9C02CE'

red 156 ◦ green 2 ◦ blue 206

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

Shades of Dark Violet #9C02CE

Tints of Dark Violet #9C02CE

RGB

 RED value IS 156 (61.33% from 255) = 42.86%

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

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

R = 42.86%
G = 0.55%
B = 56.59%

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

#9C02CE (or 0x9C02CE) is known color: Dark Violet. HEX triplet: 9C, 02 and CE. RGB value is (156,2,206). Sum of RGB (Red+Green+Blue) = 156+2+206=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C02CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C02CE is #63FD31. Grayscale: #464646. Windows color (decimal): -6552882 or 13501084. OLE color: 13501084.

HSL color Cylindrical-coordinate representation of color #9C02CE: hue angle of 285.29º 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 #9C02CE is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 2 206 -
CMYK 0.24 0.99 0 0.19
HSL 285.29º 0.98% 0.41% -
HSV(B) 285.29º 0.99% 0.81% -
XYZ 24.87 11.57 59.31 -
YUV 71.3 204.02 188.41 -
System Red Green Blue C M Y K H S L
Decimal 156 2 206 0.24 0.99 0 0.19 285.29 0.98 0.41
Hex 9C 2 CE 18 63 0 13 11D 62 29
Octal 234 2 316 30 143 0 23 435 142 51
Binary 10011100 10 11001110 11000 1100011 0 10011 100011101 1100010 101001

Color Harmonies of #9C02CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C02CE

Black with #9C02CE

Text Example


Text Example

White with #9C02CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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