#8534D4

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

Shades of Blue Violet #8534D4

Tints of Blue Violet #8534D4

Color information

#8534D4 (or 0x8534D4) is unknown color: approx Blue Violet. HEX triplet: 85, 34 and D4. RGB value is (133,52,212). Sum of RGB (Red+Green+Blue) = 133+52+212=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 212 (83.20% from 255 or 53.40% from 397); Max value from RGB is 212 - color contains mainly: blue. Hex color #8534D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8534D4 is #7ACB2B. Grayscale: #5D5D5D. Windows color (decimal): -8047404 or 13907077. OLE color: 13907077.

HSL color Cylindrical-coordinate representation of color #8534D4: hue angle of 270.38º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8534D4 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13352212-
CMYK0.370.7500.17
HSL270.38º65.04%51.76%-
HSV(B)270.38º75.47%83.14%-
XYZ22.7812.263.44-
YUV94.46194.34155.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.50%
GREEN value IS 52 (20.70% from 255) = 13.10%
BLUE value IS 212 (83.20% from 255) = 53.40%
R=33.50%
G=13.10%
B=53.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal133522120.370.7500.17270.3865.0451.76
Hex8534D4254B01110e4134
Octal205643244511302141610164
Binary100001011101001101010010010110010110100011000011101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8534D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8534D4; }

 p { color: rgb(133,52,212); }

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

<style>
 a { background-color: #8534D4; }

 a { background-color: rgb(133,52,212); }

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

<style>
 span { border-color: #8534D4; }

 span { border-color: rgb(133,52,212); }

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