#8C25D8

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

Shades of Blue Violet #8C25D8

Tints of Blue Violet #8C25D8

Color information

#8C25D8 (or 0x8C25D8) is unknown color: approx Blue Violet. HEX triplet: 8C, 25 and D8. RGB value is (140,37,216). Sum of RGB (Red+Green+Blue) = 140+37+216=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 216 (84.77% from 255 or 54.96% from 393); Max value from RGB is 216 - color contains mainly: blue. Hex color #8C25D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C25D8 is #73DA27. Grayscale: #575757. Windows color (decimal): -7592488 or 14165388. OLE color: 14165388.

HSL color Cylindrical-coordinate representation of color #8C25D8: hue angle of 274.53º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C25D8 is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14037216-
CMYK0.350.8300.15
HSL274.53º70.75%49.61%-
HSV(B)274.53º82.87%84.71%-
XYZ23.8711.8666-
YUV88.2200.12164.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.62%
GREEN value IS 37 (14.84% from 255) = 9.41%
BLUE value IS 216 (84.77% from 255) = 54.96%
R=35.62%
G=9.41%
B=54.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal140372160.350.8300.15274.5370.7549.61
Hex8C25D823530F1134732
Octal214453304312301742310762
Binary10001100100101110110001000111010011011111000100111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C25D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C25D8; }

 p { color: rgb(140,37,216); }

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

<style>
 a { background-color: #8C25D8; }

 a { background-color: rgb(140,37,216); }

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

<style>
 span { border-color: #8C25D8; }

 span { border-color: rgb(140,37,216); }

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