#8231DB

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

Shades of Blue Violet #8231DB

Tints of Blue Violet #8231DB

Color information

#8231DB (or 0x8231DB) is unknown color: approx Blue Violet. HEX triplet: 82, 31 and DB. RGB value is (130,49,219). Sum of RGB (Red+Green+Blue) = 130+49+219=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #8231DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8231DB is #7DCE24. Grayscale: #5C5C5C. Windows color (decimal): -8244773 or 14365058. OLE color: 14365058.

HSL color Cylindrical-coordinate representation of color #8231DB: hue angle of 268.59º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8231DB is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13049219-
CMYK0.410.7800.14
HSL268.59º70.25%52.55%-
HSV(B)268.59º77.63%85.88%-
XYZ23.0912.0668.13-
YUV92.6199.34154.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.66%
GREEN value IS 49 (19.53% from 255) = 12.31%
BLUE value IS 219 (85.94% from 255) = 55.03%
R=32.66%
G=12.31%
B=55.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal130492190.410.7800.14268.5970.2552.55
Hex8231DB294E0E10d4635
Octal202613335111601641510665
Binary10000010110001110110111010011001110011101000011011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8231DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8231DB; }

 p { color: rgb(130,49,219); }

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

<style>
 a { background-color: #8231DB; }

 a { background-color: rgb(130,49,219); }

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

<style>
 span { border-color: #8231DB; }

 span { border-color: rgb(130,49,219); }

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