Html Css Color HEX #9C30EB Blue Violet

📋 copy color: '#9C30EB'

red 156 ◦ green 48 ◦ blue 235

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

Shades of Blue Violet #9C30EB

Tints of Blue Violet #9C30EB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.93%

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

R = 35.54%
G = 10.93%
B = 53.53%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9C30EB (or 0x9C30EB) is known color: Blue Violet. HEX triplet: 9C, 30 and EB. RGB value is (156,48,235). Sum of RGB (Red+Green+Blue) = 156+48+235=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C30EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C30EB is #63CF14. Grayscale: #646464. Windows color (decimal): -6541077 or 15413404. OLE color: 15413404.

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

Color convert

RGB 156 48 235 -
CMYK 0.34 0.80 0 0.08
HSL 274.65º 0.82% 0.55% -
HSV(B) 274.65º 0.8% 0.92% -
XYZ 29.76 15.18 79.96 -
YUV 101.61 203.28 166.79 -
System Red Green Blue C M Y K H S L
Decimal 156 48 235 0.34 0.80 0 0.08 274.65 0.82 0.55
Hex 9C 30 EB 22 50 0 8 113 52 37
Octal 234 60 353 42 120 0 10 423 122 67
Binary 10011100 110000 11101011 100010 1010000 0 1000 100010011 1010010 110111

Color Harmonies of #9C30EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C30EB

Black with #9C30EB

Text Example


Text Example

White with #9C30EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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