#8431CD

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

Shades of Blue Violet #8431CD

Tints of Blue Violet #8431CD

Color information

#8431CD (or 0x8431CD) is unknown color: approx Blue Violet. HEX triplet: 84, 31 and CD. RGB value is (132,49,205). Sum of RGB (Red+Green+Blue) = 132+49+205=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 49 (19.53% from 255 or 12.69% 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 #8431CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8431CD is #7BCE32. Grayscale: #5B5B5B. Windows color (decimal): -8113715 or 13447556. OLE color: 13447556.

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

Color convert

RGB13249205-
CMYK0.360.7600.20
HSL271.92º61.42%49.8%-
HSV(B)271.92º76.1%80.39%-
XYZ21.6311.5158.84-
YUV91.6192156.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 49 (19.53% from 255) = 12.69%
BLUE value IS 205 (80.47% from 255) = 53.11%
R=34.20%
G=12.69%
B=53.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132492050.360.7600.20271.9261.4249.8
Hex8431CD244C0141103d32
Octal20461315441140244207562
Binary10000100110001110011011001001001100010100100010000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8431CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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