#9C3BEB

Color #9C3BEB Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9C3BEB

Tints of Blue Violet #9C3BEB

Color information

#9C3BEB (or 0x9C3BEB) is unknown color: approx Blue Violet. HEX triplet: 9C, 3B and EB. RGB value is (156,59,235). Sum of RGB (Red+Green+Blue) = 156+59+235=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 59 (23.44% from 255 or 13.11% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C3BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C3BEB is #63C414. Grayscale: #6B6B6B. Windows color (decimal): -6538261 or 15416220. OLE color: 15416220.

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

Color convert

RGB15659235-
CMYK0.340.7500.08
HSL273.07º81.48%57.65%-
HSV(B)273.07º74.89%92.16%-
XYZ30.2716.1980.13-
YUV108.07199.64162.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.67%
GREEN value IS 59 (23.44% from 255) = 13.11%
BLUE value IS 235 (92.19% from 255) = 52.22%
R=34.67%
G=13.11%
B=52.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal156592350.340.7500.08273.0781.4857.65
Hex9C3BEB224B08111513a
Octal234733534211301042112172
Binary10011100111011111010111000101001011010001000100011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C3BEB;
 }
 .AnyTagClassName
 {
   color: #9C3BEB;
 }
</style>
background-color css

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

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

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

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

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

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