#902B6D

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

Shades of Dark Purple #902B6D

Tints of Dark Purple #902B6D

Color information

#902B6D (or 0x902B6D) is unknown color: approx Dark Purple. HEX triplet: 90, 2B and 6D. RGB value is (144,43,109). Sum of RGB (Red+Green+Blue) = 144+43+109=296 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.65% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 144 - color contains mainly: red. Hex color #902B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902B6D is #6FD492. Grayscale: #505050. Windows color (decimal): -7328915 or 7154576. OLE color: 7154576.

HSL color Cylindrical-coordinate representation of color #902B6D: hue angle of 320.79º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #902B6D is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14443109-
CMYK00.700.240.44
HSL320.79º54.01%36.67%-
HSV(B)320.79º70.14%56.47%-
XYZ15.138.7615.36-
YUV80.72143.96173.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.65%
GREEN value IS 43 (17.19% from 255) = 14.53%
BLUE value IS 109 (42.97% from 255) = 36.82%
R=48.65%
G=14.53%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444310900.700.240.44320.7954.0136.67
Hex902B6D046182C1413625
Octal22053155010630545016645
Binary1001000010101111011010100011011000101100101000001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902B6D; }

 p { color: rgb(144,43,109); }

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

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

 a { background-color: rgb(144,43,109); }

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

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

 span { border-color: rgb(144,43,109); }

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