#8732DA

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

Shades of Blue Violet #8732DA

Tints of Blue Violet #8732DA

Color information

#8732DA (or 0x8732DA) is unknown color: approx Blue Violet. HEX triplet: 87, 32 and DA. RGB value is (135,50,218). Sum of RGB (Red+Green+Blue) = 135+50+218=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #8732DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8732DA is #78CD25. Grayscale: #5D5D5D. Windows color (decimal): -7916838 or 14299783. OLE color: 14299783.

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

Color convert

RGB13550218-
CMYK0.380.7700.15
HSL270.36º69.42%52.55%-
HSV(B)270.36º77.06%85.49%-
XYZ23.7912.4967.49-
YUV94.57197.66156.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.50%
GREEN value IS 50 (19.92% from 255) = 12.41%
BLUE value IS 218 (85.55% from 255) = 54.09%
R=33.50%
G=12.41%
B=54.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal135502180.380.7700.15270.3669.4252.55
Hex8732DA264D0F10e4535
Octal207623324611501741610565
Binary10000111110010110110101001101001101011111000011101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8732DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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