Html Css Color HEX #9C02B2 Dark Violet

📋 copy color: '#9C02B2'

red 156 ◦ green 2 ◦ blue 178

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

Shades of Dark Violet #9C02B2

Tints of Dark Violet #9C02B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 52.98%

R = 46.43%
G = 0.6%
B = 52.98%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9C02B2 (or 0x9C02B2) is known color: Dark Violet. HEX triplet: 9C, 02 and B2. RGB value is (156,2,178). Sum of RGB (Red+Green+Blue) = 156+2+178=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 178 (69.92% from 255 or 52.98% from 336); Max value from RGB is 178 - color contains mainly: blue. Hex color #9C02B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C02B2 is #63FD4D. Grayscale: #434343. Windows color (decimal): -6552910 or 11666076. OLE color: 11666076.

HSL color Cylindrical-coordinate representation of color #9C02B2: hue angle of 292.5º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C02B2 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 156 2 178 -
CMYK 0.12 0.99 0 0.30
HSL 292.5º 0.98% 0.35% -
HSV(B) 292.5º 0.99% 0.7% -
XYZ 21.77 10.33 42.97 -
YUV 68.11 190.02 190.69 -
System Red Green Blue C M Y K H S L
Decimal 156 2 178 0.12 0.99 0 0.30 292.5 0.98 0.35
Hex 9C 2 B2 C 63 0 1E 124 62 23
Octal 234 2 262 14 143 0 36 444 142 43
Binary 10011100 10 10110010 1100 1100011 0 11110 100100100 1100010 100011

Color Harmonies of #9C02B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C02B2

Black with #9C02B2

Text Example


Text Example

White with #9C02B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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