Html Css Color HEX #9C0CEA Dark Violet

📋 copy color: '#9C0CEA'

red 156 ◦ green 12 ◦ blue 234

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

Shades of Dark Violet #9C0CEA

Tints of Dark Violet #9C0CEA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.99%

 BLUE value IS 234 (91.8% from 255) = 58.21%

R = 38.81%
G = 2.99%
B = 58.21%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9C0CEA (or 0x9C0CEA) is known color: Dark Violet. HEX triplet: 9C, 0C and EA. RGB value is (156,12,234). Sum of RGB (Red+Green+Blue) = 156+12+234=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C0CEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0CEA is #63F315. Grayscale: #4F4F4F. Windows color (decimal): -6550294 or 15338652. OLE color: 15338652.

HSL color Cylindrical-coordinate representation of color #9C0CEA: hue angle of 278.92º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0CEA is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 12 234 -
CMYK 0.33 0.95 0 0.08
HSL 278.92º 0.9% 0.48% -
HSV(B) 278.92º 0.95% 0.92% -
XYZ 28.69 13.27 78.89 -
YUV 80.36 214.71 181.95 -
System Red Green Blue C M Y K H S L
Decimal 156 12 234 0.33 0.95 0 0.08 278.92 0.9 0.48
Hex 9C C EA 21 5F 0 8 117 5A 30
Octal 234 14 352 41 137 0 10 427 132 60
Binary 10011100 1100 11101010 100001 1011111 0 1000 100010111 1011010 110000

Color Harmonies of #9C0CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0CEA

Black with #9C0CEA

Text Example


Text Example

White with #9C0CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,12,234); }

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

background-color css

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

 a { background-color: rgb(156,12,234); }

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

border-color css

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

 span { border-color: rgb(156,12,234); }

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