#8741F6

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

Shades of Blue Violet #8741F6

Tints of Blue Violet #8741F6

Color information

#8741F6 (or 0x8741F6) is unknown color: approx Blue Violet. HEX triplet: 87, 41 and F6. RGB value is (135,65,246). Sum of RGB (Red+Green+Blue) = 135+65+246=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 246 (96.48% from 255 or 55.16% from 446); Max value from RGB is 246 - color contains mainly: blue. Hex color #8741F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8741F6 is #78BE09. Grayscale: #696969. Windows color (decimal): -7912970 or 16138631. OLE color: 16138631.

HSL color Cylindrical-coordinate representation of color #8741F6: hue angle of 263.2º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8741F6 is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13565246-
CMYK0.450.7400.04
HSL263.2º90.95%60.98%-
HSV(B)263.2º73.58%96.47%-
XYZ28.5215.5988.69-
YUV106.56206.69148.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.27%
GREEN value IS 65 (25.78% from 255) = 14.57%
BLUE value IS 246 (96.48% from 255) = 55.16%
R=30.27%
G=14.57%
B=55.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal135652460.450.7400.04263.290.9560.98
Hex8741F62D4A041075b3d
Octal207101366551120440713375
Binary10000111100000111110110101101100101001001000001111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8741F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8741F6; }

 p { color: rgb(135,65,246); }

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

<style>
 a { background-color: #8741F6; }

 a { background-color: rgb(135,65,246); }

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

<style>
 span { border-color: #8741F6; }

 span { border-color: rgb(135,65,246); }

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