#9C48EB

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

Shades of Blue Violet #9C48EB

Tints of Blue Violet #9C48EB

Color information

#9C48EB (or 0x9C48EB) is unknown color: approx Blue Violet. HEX triplet: 9C, 48 and EB. RGB value is (156,72,235). Sum of RGB (Red+Green+Blue) = 156+72+235=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C48EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C48EB is #63B714. Grayscale: #737373. Windows color (decimal): -6534933 or 15419548. OLE color: 15419548.

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

Color convert

RGB15672235-
CMYK0.340.6900.08
HSL270.92º80.3%60.2%-
HSV(B)270.92º69.36%92.16%-
XYZ31.0217.780.38-
YUV115.7195.33156.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.69%
GREEN value IS 72 (28.52% from 255) = 15.55%
BLUE value IS 235 (92.19% from 255) = 50.76%
R=33.69%
G=15.55%
B=50.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal156722350.340.6900.08270.9280.360.2
Hex9C48EB22450810f503c
Octal2341103534210501041712074
Binary100111001001000111010111000101000101010001000011111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C48EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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