#902B6C

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

Shades of Dark Purple #902B6C

Tints of Dark Purple #902B6C

Color information

#902B6C (or 0x902B6C) is unknown color: approx Dark Purple. HEX triplet: 90, 2B and 6C. RGB value is (144,43,108). Sum of RGB (Red+Green+Blue) = 144+43+108=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #902B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902B6C is #6FD493. Grayscale: #505050. Windows color (decimal): -7328916 or 7089040. OLE color: 7089040.

HSL color Cylindrical-coordinate representation of color #902B6C: hue angle of 321.39º 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 #902B6C is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB14443108-
CMYK00.700.250.44
HSL321.39º54.01%36.67%-
HSV(B)321.39º70.14%56.47%-
XYZ15.078.7415.08-
YUV80.61143.46173.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.81%
GREEN value IS 43 (17.19% from 255) = 14.58%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=48.81%
G=14.58%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444310800.700.250.44321.3954.0136.67
Hex902B6C046192C1413625
Octal22053154010631545016645
Binary1001000010101111011000100011011001101100101000001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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