#8530DF

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

Shades of Blue Violet #8530DF

Tints of Blue Violet #8530DF

Color information

#8530DF (or 0x8530DF) is unknown color: approx Blue Violet. HEX triplet: 85, 30 and DF. RGB value is (133,48,223). Sum of RGB (Red+Green+Blue) = 133+48+223=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #8530DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8530DF is #7ACF20. Grayscale: #5C5C5C. Windows color (decimal): -8048417 or 14626949. OLE color: 14626949.

HSL color Cylindrical-coordinate representation of color #8530DF: hue angle of 269.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8530DF is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13348223-
CMYK0.400.7800.13
HSL269.14º73.22%53.14%-
HSV(B)269.14º78.48%87.45%-
XYZ24.0512.4370.94-
YUV93.36201.16156.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.92%
GREEN value IS 48 (19.14% from 255) = 11.88%
BLUE value IS 223 (87.5% from 255) = 55.20%
R=32.92%
G=11.88%
B=55.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133482230.400.7800.13269.1473.2253.14
Hex8530DF284E0D10d4935
Octal205603375011601541511165
Binary10000101110000110111111010001001110011011000011011001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8530DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8530DF; }

 p { color: rgb(133,48,223); }

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

<style>
 a { background-color: #8530DF; }

 a { background-color: rgb(133,48,223); }

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

<style>
 span { border-color: #8530DF; }

 span { border-color: rgb(133,48,223); }

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