Html Css Color HEX #9C19EC Blue Violet

📋 copy color: '#9C19EC'

red 156 ◦ green 25 ◦ blue 236

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

Shades of Blue Violet #9C19EC

Tints of Blue Violet #9C19EC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6%

 BLUE value IS 236 (92.58% from 255) = 56.59%

R = 37.41%
G = 6%
B = 56.59%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9C19EC (or 0x9C19EC) is known color: Blue Violet. HEX triplet: 9C, 19 and EC. RGB value is (156,25,236). Sum of RGB (Red+Green+Blue) = 156+25+236=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C19EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C19EC is #63E613. Grayscale: #575757. Windows color (decimal): -6546964 or 15473052. OLE color: 15473052.

HSL color Cylindrical-coordinate representation of color #9C19EC: hue angle of 277.25º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C19EC is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 156 25 236 -
CMYK 0.34 0.89 0 0.07
HSL 277.25º 0.85% 0.51% -
HSV(B) 277.25º 0.89% 0.93% -
XYZ 29.2 13.82 80.49 -
YUV 88.22 211.4 176.34 -
System Red Green Blue C M Y K H S L
Decimal 156 25 236 0.34 0.89 0 0.07 277.25 0.85 0.51
Hex 9C 19 EC 22 59 0 7 115 55 33
Octal 234 31 354 42 131 0 7 425 125 63
Binary 10011100 11001 11101100 100010 1011001 0 111 100010101 1010101 110011

Color Harmonies of #9C19EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C19EC

Black with #9C19EC

Text Example


Text Example

White with #9C19EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,25,236); }

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

background-color css

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

 a { background-color: rgb(156,25,236); }

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

border-color css

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

 span { border-color: rgb(156,25,236); }

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