#8323CD

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

Shades of Blue Violet #8323CD

Tints of Blue Violet #8323CD

Color information

#8323CD (or 0x8323CD) is unknown color: approx Blue Violet. HEX triplet: 83, 23 and CD. RGB value is (131,35,205). Sum of RGB (Red+Green+Blue) = 131+35+205=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #8323CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8323CD is #7CDC32. Grayscale: #525252. Windows color (decimal): -8182835 or 13443971. OLE color: 13443971.

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

Color convert

RGB13135205-
CMYK0.360.8300.20
HSL273.88º70.83%47.06%-
HSV(B)273.88º82.93%80.39%-
XYZ20.9810.4458.67-
YUV83.08196.8162.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.31%
GREEN value IS 35 (14.06% from 255) = 9.43%
BLUE value IS 205 (80.47% from 255) = 55.26%
R=35.31%
G=9.43%
B=55.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal131352050.360.8300.20273.8870.8347.06
Hex8323CD2453014112472f
Octal203433154412302442210757
Binary100000111000111100110110010010100110101001000100101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8323CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,35,205); }

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

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

 a { background-color: rgb(131,35,205); }

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

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

 span { border-color: rgb(131,35,205); }

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