#8430CD

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

Shades of Blue Violet #8430CD

Tints of Blue Violet #8430CD

Color information

#8430CD (or 0x8430CD) is unknown color: approx Blue Violet. HEX triplet: 84, 30 and CD. RGB value is (132,48,205). Sum of RGB (Red+Green+Blue) = 132+48+205=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #8430CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8430CD is #7BCF32. Grayscale: #5A5A5A. Windows color (decimal): -8113971 or 13447300. OLE color: 13447300.

HSL color Cylindrical-coordinate representation of color #8430CD: hue angle of 272.1º 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 #8430CD is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13248205-
CMYK0.360.7700.20
HSL272.1º62.06%49.61%-
HSV(B)272.1º76.59%80.39%-
XYZ21.5911.4358.83-
YUV91.01192.33157.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 48 (19.14% from 255) = 12.47%
BLUE value IS 205 (80.47% from 255) = 53.25%
R=34.29%
G=12.47%
B=53.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132482050.360.7700.20272.162.0649.61
Hex8430CD244D0141103e32
Octal20460315441150244207662
Binary10000100110000110011011001001001101010100100010000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8430CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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