#2A0950

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

Shades of Violent Violet #2A0950

Tints of Violent Violet #2A0950

Color information

#2A0950 (or 0x2A0950) is unknown color: approx Violent Violet. HEX triplet: 2A, 09 and 50. RGB value is (42,9,80). Sum of RGB (Red+Green+Blue) = 42+9+80=131 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.06% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #2A0950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0950 is #D5F6AF. Grayscale: #1A1A1A. Windows color (decimal): -14022320 or 5245226. OLE color: 5245226.

HSL color Cylindrical-coordinate representation of color #2A0950: hue angle of 267.89º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A0950 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB42980-
CMYK0.480.8900.69
HSL267.89º79.78%17.45%-
HSV(B)267.89º88.75%31.37%-
XYZ2.51.277.7-
YUV26.96157.93138.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.06%
GREEN value IS 9 (3.91% from 255) = 6.87%
BLUE value IS 80 (31.64% from 255) = 61.07%
R=32.06%
G=6.87%
B=61.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal429800.480.8900.69267.8979.7817.45
Hex2A950305904510c5011
Octal521112060131010541412021
Binary10101010011010000110000101100101000101100001100101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A0950; }

 p { color: rgb(42,9,80); }

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

<style>
 a { background-color: #2A0950; }

 a { background-color: rgb(42,9,80); }

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

<style>
 span { border-color: #2A0950; }

 span { border-color: rgb(42,9,80); }

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