#8425CA

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

Shades of Blue Violet #8425CA

Tints of Blue Violet #8425CA

Color information

#8425CA (or 0x8425CA) is unknown color: approx Blue Violet. HEX triplet: 84, 25 and CA. RGB value is (132,37,202). Sum of RGB (Red+Green+Blue) = 132+37+202=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #8425CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8425CA is #7BDA35. Grayscale: #535353. Windows color (decimal): -8116790 or 13247876. OLE color: 13247876.

HSL color Cylindrical-coordinate representation of color #8425CA: hue angle of 274.55º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8425CA is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13237202-
CMYK0.350.8200.21
HSL274.55º69.04%46.86%-
HSV(B)274.55º81.68%79.22%-
XYZ20.8410.4956.8-
YUV84.22194.47162.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 37 (14.84% from 255) = 9.97%
BLUE value IS 202 (79.30% from 255) = 54.45%
R=35.58%
G=9.97%
B=54.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132372020.350.8200.21274.5569.0446.86
Hex8425CA2352015113452f
Octal204453124312202542310557
Binary100001001001011100101010001110100100101011000100111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8425CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8425CA; }

 p { color: rgb(132,37,202); }

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

<style>
 a { background-color: #8425CA; }

 a { background-color: rgb(132,37,202); }

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

<style>
 span { border-color: #8425CA; }

 span { border-color: rgb(132,37,202); }

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