#8740FF

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

Shades of Blue Violet #8740FF

Tints of Blue Violet #8740FF

Color information

#8740FF (or 0x8740FF) is unknown color: approx Blue Violet. HEX triplet: 87, 40 and FF. RGB value is (135,64,255). Sum of RGB (Red+Green+Blue) = 135+64+255=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #8740FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8740FF is #78BF00. Grayscale: #6A6A6A. Windows color (decimal): -7913217 or 16728199. OLE color: 16728199.

HSL color Cylindrical-coordinate representation of color #8740FF: hue angle of 262.3º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8740FF is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB13564255-
CMYK0.470.7500
HSL262.3º100%62.55%-
HSV(B)262.3º74.9%100%-
XYZ29.8816.0496.13-
YUV107211.52147.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.74%
GREEN value IS 64 (25.39% from 255) = 14.10%
BLUE value IS 255 (100% from 255) = 56.17%
R=29.74%
G=14.10%
B=56.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal135642550.470.7500262.310062.55
Hex8740FF2F4B00106643f
Octal207100377571130040614477
Binary100001111000000111111111011111001011001000001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8740FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8740FF; }

 p { color: rgb(135,64,255); }

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

<style>
 a { background-color: #8740FF; }

 a { background-color: rgb(135,64,255); }

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

<style>
 span { border-color: #8740FF; }

 span { border-color: rgb(135,64,255); }

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