Html Css Color HEX #9C10EB Dark Violet

📋 copy color: '#9C10EB'

red 156 ◦ green 16 ◦ blue 235

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

Shades of Dark Violet #9C10EB

Tints of Dark Violet #9C10EB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.93%

 BLUE value IS 235 (92.19% from 255) = 57.74%

R = 38.33%
G = 3.93%
B = 57.74%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9C10EB (or 0x9C10EB) is known color: Dark Violet. HEX triplet: 9C, 10 and EB. RGB value is (156,16,235). Sum of RGB (Red+Green+Blue) = 156+16+235=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C10EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C10EB is #63EF14. Grayscale: #525252. Windows color (decimal): -6549269 or 15405212. OLE color: 15405212.

HSL color Cylindrical-coordinate representation of color #9C10EB: hue angle of 278.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C10EB is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 16 235 -
CMYK 0.34 0.93 0 0.08
HSL 278.36º 0.87% 0.49% -
HSV(B) 278.36º 0.93% 0.92% -
XYZ 28.89 13.44 79.67 -
YUV 82.83 213.88 180.19 -
System Red Green Blue C M Y K H S L
Decimal 156 16 235 0.34 0.93 0 0.08 278.36 0.87 0.49
Hex 9C 10 EB 22 5D 0 8 116 57 31
Octal 234 20 353 42 135 0 10 426 127 61
Binary 10011100 10000 11101011 100010 1011101 0 1000 100010110 1010111 110001

Color Harmonies of #9C10EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C10EB

Black with #9C10EB

Text Example


Text Example

White with #9C10EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,16,235); }

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

background-color css

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

 a { background-color: rgb(156,16,235); }

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

border-color css

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

 span { border-color: rgb(156,16,235); }

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