#8722DA

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

Shades of Blue Violet #8722DA

Tints of Blue Violet #8722DA

Color information

#8722DA (or 0x8722DA) is unknown color: approx Blue Violet. HEX triplet: 87, 22 and DA. RGB value is (135,34,218). Sum of RGB (Red+Green+Blue) = 135+34+218=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #8722DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8722DA is #78DD25. Grayscale: #545454. Windows color (decimal): -7920934 or 14295687. OLE color: 14295687.

HSL color Cylindrical-coordinate representation of color #8722DA: hue angle of 272.93º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8722DA is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13534218-
CMYK0.380.8400.15
HSL272.93º73.02%49.41%-
HSV(B)272.93º84.4%85.49%-
XYZ23.2211.3667.3-
YUV85.18202.96163.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.88%
GREEN value IS 34 (13.67% from 255) = 8.79%
BLUE value IS 218 (85.55% from 255) = 56.33%
R=34.88%
G=8.79%
B=56.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal135342180.380.8400.15272.9373.0249.41
Hex8722DA26540F1114931
Octal207423324612401742111161
Binary10000111100010110110101001101010100011111000100011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8722DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8722DA; }

 p { color: rgb(135,34,218); }

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

<style>
 a { background-color: #8722DA; }

 a { background-color: rgb(135,34,218); }

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

<style>
 span { border-color: #8722DA; }

 span { border-color: rgb(135,34,218); }

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