#8725D3

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

Shades of Blue Violet #8725D3

Tints of Blue Violet #8725D3

Color information

#8725D3 (or 0x8725D3) is unknown color: approx Blue Violet. HEX triplet: 87, 25 and D3. RGB value is (135,37,211). Sum of RGB (Red+Green+Blue) = 135+37+211=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 211 (82.81% from 255 or 55.09% from 383); Max value from RGB is 211 - color contains mainly: blue. Hex color #8725D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8725D3 is #78DA2C. Grayscale: #555555. Windows color (decimal): -7920173 or 13837703. OLE color: 13837703.

HSL color Cylindrical-coordinate representation of color #8725D3: hue angle of 273.79º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8725D3 is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13537211-
CMYK0.360.8200.17
HSL273.79º70.16%48.63%-
HSV(B)273.79º82.46%82.75%-
XYZ22.4111.1862.6-
YUV86.14198.47162.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.25%
GREEN value IS 37 (14.84% from 255) = 9.66%
BLUE value IS 211 (82.81% from 255) = 55.09%
R=35.25%
G=9.66%
B=55.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal135372110.360.8200.17273.7970.1648.63
Hex8725D324520111124631
Octal207453234412202142210661
Binary100001111001011101001110010010100100100011000100101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8725D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8725D3; }

 p { color: rgb(135,37,211); }

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

<style>
 a { background-color: #8725D3; }

 a { background-color: rgb(135,37,211); }

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

<style>
 span { border-color: #8725D3; }

 span { border-color: rgb(135,37,211); }

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