#8530CD

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

Shades of Blue Violet #8530CD

Tints of Blue Violet #8530CD

Color information

#8530CD (or 0x8530CD) is unknown color: approx Blue Violet. HEX triplet: 85, 30 and CD. RGB value is (133,48,205). Sum of RGB (Red+Green+Blue) = 133+48+205=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #8530CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8530CD is #7ACF32. Grayscale: #5A5A5A. Windows color (decimal): -8048435 or 13447301. OLE color: 13447301.

HSL color Cylindrical-coordinate representation of color #8530CD: hue angle of 272.48º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8530CD is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13348205-
CMYK0.350.7700.20
HSL272.48º62.06%49.61%-
HSV(B)272.48º76.59%80.39%-
XYZ21.7511.5158.83-
YUV91.31192.16157.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.46%
GREEN value IS 48 (19.14% from 255) = 12.44%
BLUE value IS 205 (80.47% from 255) = 53.11%
R=34.46%
G=12.44%
B=53.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal133482050.350.7700.20272.4862.0649.61
Hex8530CD234D0141103e32
Octal20560315431150244207662
Binary10000101110000110011011000111001101010100100010000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8530CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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