#8F27D5

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

Shades of Blue Violet #8F27D5

Tints of Blue Violet #8F27D5

Color information

#8F27D5 (or 0x8F27D5) is unknown color: approx Blue Violet. HEX triplet: 8F, 27 and D5. RGB value is (143,39,213). Sum of RGB (Red+Green+Blue) = 143+39+213=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 213 (83.59% from 255 or 53.92% from 395); Max value from RGB is 213 - color contains mainly: blue. Hex color #8F27D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F27D5 is #70D82A. Grayscale: #595959. Windows color (decimal): -7395371 or 13969295. OLE color: 13969295.

HSL color Cylindrical-coordinate representation of color #8F27D5: hue angle of 275.86º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F27D5 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14339213-
CMYK0.330.8200.16
HSL275.86º69.05%49.41%-
HSV(B)275.86º81.69%83.53%-
XYZ24.0612.0964.02-
YUV89.93197.46165.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.20%
GREEN value IS 39 (15.62% from 255) = 9.87%
BLUE value IS 213 (83.59% from 255) = 53.92%
R=36.20%
G=9.87%
B=53.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal143392130.330.8200.16275.8669.0549.41
Hex8F27D521520101144531
Octal217473254112202042410561
Binary100011111001111101010110000110100100100001000101001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F27D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,39,213); }

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

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

 a { background-color: rgb(143,39,213); }

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

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

 span { border-color: rgb(143,39,213); }

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