#8C17D7

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

Shades of Blue Violet #8C17D7

Tints of Blue Violet #8C17D7

Color information

#8C17D7 (or 0x8C17D7) is unknown color: approx Blue Violet. HEX triplet: 8C, 17 and D7. RGB value is (140,23,215). Sum of RGB (Red+Green+Blue) = 140+23+215=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 215 (84.38% from 255 or 56.88% from 378); Max value from RGB is 215 - color contains mainly: blue. Hex color #8C17D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C17D7 is #73E828. Grayscale: #4F4F4F. Windows color (decimal): -7596073 or 14096268. OLE color: 14096268.

HSL color Cylindrical-coordinate representation of color #8C17D7: hue angle of 276.56º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C17D7 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14023215-
CMYK0.350.8900.16
HSL276.56º80.67%46.67%-
HSV(B)276.56º89.3%84.31%-
XYZ23.3911.0965.2-
YUV79.87204.26170.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.04%
GREEN value IS 23 (9.38% from 255) = 6.08%
BLUE value IS 215 (84.38% from 255) = 56.88%
R=37.04%
G=6.08%
B=56.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal140232150.350.8900.16276.5680.6746.67
Hex8C17D72359010115512f
Octal214273274313102042512157
Binary10001100101111101011110001110110010100001000101011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C17D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,23,215); }

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

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

 a { background-color: rgb(140,23,215); }

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

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

 span { border-color: rgb(140,23,215); }

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