Html Css Color HEX #9C20EC Blue Violet

📋 copy color: '#9C20EC'

red 156 ◦ green 32 ◦ blue 236

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

Shades of Blue Violet #9C20EC

Tints of Blue Violet #9C20EC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.55%

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

R = 36.79%
G = 7.55%
B = 55.66%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9C20EC (or 0x9C20EC) is known color: Blue Violet. HEX triplet: 9C, 20 and EC. RGB value is (156,32,236). Sum of RGB (Red+Green+Blue) = 156+32+236=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C20EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C20EC is #63DF13. Grayscale: #5B5B5B. Windows color (decimal): -6545172 or 15474844. OLE color: 15474844.

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

Color convert

RGB 156 32 236 -
CMYK 0.34 0.86 0 0.07
HSL 276.47º 0.84% 0.53% -
HSV(B) 276.47º 0.86% 0.93% -
XYZ 29.37 14.16 80.54 -
YUV 92.33 209.08 173.41 -
System Red Green Blue C M Y K H S L
Decimal 156 32 236 0.34 0.86 0 0.07 276.47 0.84 0.53
Hex 9C 20 EC 22 56 0 7 114 54 35
Octal 234 40 354 42 126 0 7 424 124 65
Binary 10011100 100000 11101100 100010 1010110 0 111 100010100 1010100 110101

Color Harmonies of #9C20EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C20EC

Black with #9C20EC

Text Example


Text Example

White with #9C20EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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