Html Css Color HEX #9C02CD Dark Violet

📋 copy color: '#9C02CD'

red 156 ◦ green 2 ◦ blue 205

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

Shades of Dark Violet #9C02CD

Tints of Dark Violet #9C02CD

RGB

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

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

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

R = 42.98%
G = 0.55%
B = 56.47%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C02CD (or 0x9C02CD) is known color: Dark Violet. HEX triplet: 9C, 02 and CD. RGB value is (156,2,205). Sum of RGB (Red+Green+Blue) = 156+2+205=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C02CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C02CD is #63FD32. Grayscale: #464646. Windows color (decimal): -6552883 or 13435548. OLE color: 13435548.

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

Color convert

RGB 156 2 205 -
CMYK 0.24 0.99 0 0.20
HSL 285.52º 0.98% 0.41% -
HSV(B) 285.52º 0.99% 0.8% -
XYZ 24.75 11.52 58.68 -
YUV 71.19 203.52 188.49 -
System Red Green Blue C M Y K H S L
Decimal 156 2 205 0.24 0.99 0 0.20 285.52 0.98 0.41
Hex 9C 2 CD 18 63 0 14 11E 62 29
Octal 234 2 315 30 143 0 24 436 142 51
Binary 10011100 10 11001101 11000 1100011 0 10100 100011110 1100010 101001

Color Harmonies of #9C02CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C02CD

Black with #9C02CD

Text Example


Text Example

White with #9C02CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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