#280953

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

Shades of Violent Violet #280953

Tints of Violent Violet #280953

Color information

#280953 (or 0x280953) is unknown color: approx Violent Violet. HEX triplet: 28, 09 and 53. RGB value is (40,9,83). Sum of RGB (Red+Green+Blue) = 40+9+83=132 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.30% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #280953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280953 is #D7F6AC. Grayscale: #1A1A1A. Windows color (decimal): -14153389 or 5441832. OLE color: 5441832.

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

Color convert

RGB40983-
CMYK0.520.8900.67
HSL265.14º80.43%18.04%-
HSV(B)265.14º89.16%32.55%-
XYZ2.531.278.3-
YUV26.7159.77137.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 30.30%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 83 (32.81% from 255) = 62.88%
R=30.30%
G=6.82%
B=62.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal409830.520.8900.67265.1480.4318.04
Hex2895334590431095012
Octal501112364131010341112022
Binary10100010011010011110100101100101000011100001001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280953; }

 p { color: rgb(40,9,83); }

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

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

 a { background-color: rgb(40,9,83); }

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

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

 span { border-color: rgb(40,9,83); }

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