#9036F7

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

Shades of Blue Violet #9036F7

Tints of Blue Violet #9036F7

Color information

#9036F7 (or 0x9036F7) is unknown color: approx Blue Violet. HEX triplet: 90, 36 and F7. RGB value is (144,54,247). Sum of RGB (Red+Green+Blue) = 144+54+247=445 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.36% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 247 (96.88% from 255 or 55.51% from 445); Max value from RGB is 247 - color contains mainly: blue. Hex color #9036F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9036F7 is #6FC908. Grayscale: #666666. Windows color (decimal): -7325961 or 16201360. OLE color: 16201360.

HSL color Cylindrical-coordinate representation of color #9036F7: hue angle of 267.98º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9036F7 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB14454247-
CMYK0.420.7800.03
HSL267.98º92.34%59.02%-
HSV(B)267.98º78.14%96.86%-
XYZ29.6115.2889.39-
YUV102.91209.32157.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.36%
GREEN value IS 54 (21.48% from 255) = 12.13%
BLUE value IS 247 (96.88% from 255) = 55.51%
R=32.36%
G=12.13%
B=55.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal144542470.420.7800.03267.9892.3459.02
Hex9036F72A4E0310c5c3b
Octal22066367521160341413473
Binary100100001101101111011110101010011100111000011001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9036F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9036F7; }

 p { color: rgb(144,54,247); }

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

<style>
 a { background-color: #9036F7; }

 a { background-color: rgb(144,54,247); }

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

<style>
 span { border-color: #9036F7; }

 span { border-color: rgb(144,54,247); }

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