#8936FD

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

Shades of Blue Violet #8936FD

Tints of Blue Violet #8936FD

Color information

#8936FD (or 0x8936FD) is unknown color: approx Blue Violet. HEX triplet: 89, 36 and FD. RGB value is (137,54,253). Sum of RGB (Red+Green+Blue) = 137+54+253=444 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.86% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #8936FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8936FD is #76C902. Grayscale: #646464. Windows color (decimal): -7784707 or 16594569. OLE color: 16594569.

HSL color Cylindrical-coordinate representation of color #8936FD: hue angle of 265.03º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8936FD is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13754253-
CMYK0.460.7900.01
HSL265.03º98.03%60.2%-
HSV(B)265.03º78.66%99.22%-
XYZ29.3715.0594.29-
YUV101.5213.5153.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.86%
GREEN value IS 54 (21.48% from 255) = 12.16%
BLUE value IS 253 (99.22% from 255) = 56.98%
R=30.86%
G=12.16%
B=56.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal137542530.460.7900.01265.0398.0360.2
Hex8936FD2E4F01109623c
Octal21166375561170141114274
Binary10001001110110111111011011101001111011000010011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8936FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8936FD; }

 p { color: rgb(137,54,253); }

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

<style>
 a { background-color: #8936FD; }

 a { background-color: rgb(137,54,253); }

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

<style>
 span { border-color: #8936FD; }

 span { border-color: rgb(137,54,253); }

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