Html Css Color HEX #9C33EB Blue Violet

📋 copy color: '#9C33EB'

red 156 ◦ green 51 ◦ blue 235

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

Shades of Blue Violet #9C33EB

Tints of Blue Violet #9C33EB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.54%

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

R = 35.29%
G = 11.54%
B = 53.17%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9C33EB (or 0x9C33EB) is known color: Blue Violet. HEX triplet: 9C, 33 and EB. RGB value is (156,51,235). Sum of RGB (Red+Green+Blue) = 156+51+235=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C33EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C33EB is #63CC14. Grayscale: #666666. Windows color (decimal): -6540309 or 15414172. OLE color: 15414172.

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

Color convert

RGB 156 51 235 -
CMYK 0.34 0.78 0 0.08
HSL 274.24º 0.82% 0.56% -
HSV(B) 274.24º 0.78% 0.92% -
XYZ 29.89 15.43 80 -
YUV 103.37 202.29 165.54 -
System Red Green Blue C M Y K H S L
Decimal 156 51 235 0.34 0.78 0 0.08 274.24 0.82 0.56
Hex 9C 33 EB 22 4E 0 8 112 52 38
Octal 234 63 353 42 116 0 10 422 122 70
Binary 10011100 110011 11101011 100010 1001110 0 1000 100010010 1010010 111000

Color Harmonies of #9C33EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C33EB

Black with #9C33EB

Text Example


Text Example

White with #9C33EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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