#902683

Color #902683 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #902683

Tints of Dark Purple #902683

Color information

#902683 (or 0x902683) is unknown color: approx Dark Purple. HEX triplet: 90, 26 and 83. RGB value is (144,38,131). Sum of RGB (Red+Green+Blue) = 144+38+131=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #902683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902683 is #6FD97C. Grayscale: #505050. Windows color (decimal): -7330173 or 8595088. OLE color: 8595088.

HSL color Cylindrical-coordinate representation of color #902683: hue angle of 307.36º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #902683 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB14438131-
CMYK00.740.090.44
HSL307.36º58.24%35.69%-
HSV(B)307.36º73.61%56.47%-
XYZ16.298.9522.34-
YUV80.3156.62173.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.01%
GREEN value IS 38 (15.23% from 255) = 12.14%
BLUE value IS 131 (51.56% from 255) = 41.85%
R=46.01%
G=12.14%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443813100.740.090.44307.3658.2435.69
Hex90268304A92C1333a24
Octal22046203011211544637244
Binary1001000010011010000011010010101001101100100110011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902683; }

 p { color: rgb(144,38,131); }

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

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

 a { background-color: rgb(144,38,131); }

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

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

 span { border-color: rgb(144,38,131); }

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