#9534DB

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

Shades of Blue Violet #9534DB

Tints of Blue Violet #9534DB

Color information

#9534DB (or 0x9534DB) is unknown color: approx Blue Violet. HEX triplet: 95, 34 and DB. RGB value is (149,52,219). Sum of RGB (Red+Green+Blue) = 149+52+219=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #9534DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9534DB is #6ACB24. Grayscale: #636363. Windows color (decimal): -6998821 or 14365845. OLE color: 14365845.

HSL color Cylindrical-coordinate representation of color #9534DB: hue angle of 274.85º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9534DB is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14952219-
CMYK0.320.7600.14
HSL274.85º69.87%53.14%-
HSV(B)274.85º76.26%85.88%-
XYZ26.4113.9668.32-
YUV100.04195.14162.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 52 (20.70% from 255) = 12.38%
BLUE value IS 219 (85.94% from 255) = 52.14%
R=35.48%
G=12.38%
B=52.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal149522190.320.7600.14274.8569.8753.14
Hex9534DB204C0E1134635
Octal225643334011401642310665
Binary10010101110100110110111000001001100011101000100111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9534DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9534DB; }

 p { color: rgb(149,52,219); }

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

<style>
 a { background-color: #9534DB; }

 a { background-color: rgb(149,52,219); }

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

<style>
 span { border-color: #9534DB; }

 span { border-color: rgb(149,52,219); }

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