Html Css Color HEX #9C4CEC Blue Violet

📋 copy color: '#9C4CEC'

red 156 ◦ green 76 ◦ blue 236

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

Shades of Blue Violet #9C4CEC

Tints of Blue Violet #9C4CEC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.24%

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

R = 33.33%
G = 16.24%
B = 50.43%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9C4CEC (or 0x9C4CEC) is known color: Blue Violet. HEX triplet: 9C, 4C and EC. RGB value is (156,76,236). Sum of RGB (Red+Green+Blue) = 156+76+236=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C4CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C4CEC is #63B313. Grayscale: #757575. Windows color (decimal): -6533908 or 15486108. OLE color: 15486108.

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

Color convert

RGB 156 76 236 -
CMYK 0.34 0.68 0 0.07
HSL 270º 0.81% 0.61% -
HSV(B) 270º 0.68% 0.93% -
XYZ 31.44 18.29 81.23 -
YUV 118.16 194.5 154.99 -
System Red Green Blue C M Y K H S L
Decimal 156 76 236 0.34 0.68 0 0.07 270 0.81 0.61
Hex 9C 4C EC 22 44 0 7 10E 51 3D
Octal 234 114 354 42 104 0 7 416 121 75
Binary 10011100 1001100 11101100 100010 1000100 0 111 100001110 1010001 111101

Color Harmonies of #9C4CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4CEC

Black with #9C4CEC

Text Example


Text Example

White with #9C4CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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