#1B0951

Color #1B0951 Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #1B0951

Tints of Violent Violet #1B0951

Color information

#1B0951 (or 0x1B0951) is unknown color: approx Violent Violet. HEX triplet: 1B, 09 and 51. RGB value is (27,9,81). Sum of RGB (Red+Green+Blue) = 27+9+81=117 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.08% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 81 (32.03% from 255 or 69.23% from 117); Max value from RGB is 81 - color contains mainly: blue. Hex color #1B0951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0951 is #E4F6AE. Grayscale: #161616. Windows color (decimal): -15005359 or 5310747. OLE color: 5310747.

HSL color Cylindrical-coordinate representation of color #1B0951: hue angle of 255º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B0951 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB27981-
CMYK0.670.8900.68
HSL255º80%17.65%-
HSV(B)255º88.89%31.76%-
XYZ2.031.027.87-
YUV22.59160.96131.15-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 23.08%
GREEN value IS 9 (3.91% from 255) = 7.69%
BLUE value IS 81 (32.03% from 255) = 69.23%
R=23.08%
G=7.69%
B=69.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal279810.670.8900.682558017.65
Hex1B9514359044ff5012
Octal3311121103131010437712022
Binary1101110011010001100001110110010100010011111111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B0951; }

 p { color: rgb(27,9,81); }

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

<style>
 a { background-color: #1B0951; }

 a { background-color: rgb(27,9,81); }

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

<style>
 span { border-color: #1B0951; }

 span { border-color: rgb(27,9,81); }

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