#901F9B

Color #901F9B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #901F9B

Tints of Vivid Violet #901F9B

Color information

#901F9B (or 0x901F9B) is unknown color: approx Vivid Violet. HEX triplet: 90, 1F and 9B. RGB value is (144,31,155). Sum of RGB (Red+Green+Blue) = 144+31+155=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #901F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901F9B is #6FE064. Grayscale: #4E4E4E. Windows color (decimal): -7331941 or 10166160. OLE color: 10166160.

HSL color Cylindrical-coordinate representation of color #901F9B: hue angle of 294.68º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #901F9B is Cyan = 0.07, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14431155-
CMYK0.070.800.39
HSL294.68º66.67%36.47%-
HSV(B)294.68º80%60.78%-
XYZ17.919.2831.86-
YUV78.92170.94174.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.64%
GREEN value IS 31 (12.5% from 255) = 9.39%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=43.64%
G=9.39%
B=46.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal144311550.070.800.39294.6866.6736.47
Hex901F9B7500271274324
Octal22037233712004744710344
Binary100100001111110011011111101000001001111001001111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901F9B; }

 p { color: rgb(144,31,155); }

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

<style>
 a { background-color: #901F9B; }

 a { background-color: rgb(144,31,155); }

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

<style>
 span { border-color: #901F9B; }

 span { border-color: rgb(144,31,155); }

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