Html Css Color HEX #9C02CF Dark Violet

📋 copy color: '#9C02CF'

red 156 ◦ green 2 ◦ blue 207

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

Shades of Dark Violet #9C02CF

Tints of Dark Violet #9C02CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.71%

R = 42.74%
G = 0.55%
B = 56.71%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C02CF (or 0x9C02CF) is known color: Dark Violet. HEX triplet: 9C, 02 and CF. RGB value is (156,2,207). Sum of RGB (Red+Green+Blue) = 156+2+207=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C02CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C02CF is #63FD30. Grayscale: #464646. Windows color (decimal): -6552881 or 13566620. OLE color: 13566620.

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

Color convert

RGB 156 2 207 -
CMYK 0.25 0.99 0 0.19
HSL 285.07º 0.98% 0.41% -
HSV(B) 285.07º 0.99% 0.81% -
XYZ 24.99 11.62 59.96 -
YUV 71.42 204.52 188.33 -
System Red Green Blue C M Y K H S L
Decimal 156 2 207 0.25 0.99 0 0.19 285.07 0.98 0.41
Hex 9C 2 CF 19 63 0 13 11D 62 29
Octal 234 2 317 31 143 0 23 435 142 51
Binary 10011100 10 11001111 11001 1100011 0 10011 100011101 1100010 101001

Color Harmonies of #9C02CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C02CF

Black with #9C02CF

Text Example


Text Example

White with #9C02CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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