#9648E4

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

Shades of Blue Violet #9648E4

Tints of Blue Violet #9648E4

Color information

#9648E4 (or 0x9648E4) is unknown color: approx Blue Violet. HEX triplet: 96, 48 and E4. RGB value is (150,72,228). Sum of RGB (Red+Green+Blue) = 150+72+228=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 228 (89.45% from 255 or 50.67% from 450); Max value from RGB is 228 - color contains mainly: blue. Hex color #9648E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9648E4 is #69B71B. Grayscale: #707070. Windows color (decimal): -6928156 or 14960790. OLE color: 14960790.

HSL color Cylindrical-coordinate representation of color #9648E4: hue angle of 270º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9648E4 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15072228-
CMYK0.340.6800.11
HSL270º74.29%58.82%-
HSV(B)270º68.42%89.41%-
XYZ28.916.7275.1-
YUV113.11192.84154.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 16%
BLUE value IS 228 (89.45% from 255) = 50.67%
R=33.33%
G=16%
B=50.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal150722280.340.6800.1127074.2958.82
Hex9648E422440B10e4a3b
Octal2261103444210401341611273
Binary100101101001000111001001000101000100010111000011101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9648E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9648E4; }

 p { color: rgb(150,72,228); }

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

<style>
 a { background-color: #9648E4; }

 a { background-color: rgb(150,72,228); }

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

<style>
 span { border-color: #9648E4; }

 span { border-color: rgb(150,72,228); }

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