#902369

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

Shades of Dark Purple #902369

Tints of Dark Purple #902369

Color information

#902369 (or 0x902369) is unknown color: approx Dark Purple. HEX triplet: 90, 23 and 69. RGB value is (144,35,105). Sum of RGB (Red+Green+Blue) = 144+35+105=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #902369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902369 is #6FDC96. Grayscale: #4B4B4B. Windows color (decimal): -7330967 or 6890384. OLE color: 6890384.

HSL color Cylindrical-coordinate representation of color #902369: hue angle of 321.47º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902369 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB14435105-
CMYK00.760.270.44
HSL321.47º60.89%35.1%-
HSV(B)321.47º75.69%56.47%-
XYZ14.658.1514.17-
YUV75.57144.61176.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.70%
GREEN value IS 35 (14.06% from 255) = 12.32%
BLUE value IS 105 (41.41% from 255) = 36.97%
R=50.70%
G=12.32%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443510500.760.270.44321.4760.8935.1
Hex90236904C1B2C1413d23
Octal22043151011433545017543
Binary1001000010001111010010100110011011101100101000001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902369; }

 p { color: rgb(144,35,105); }

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

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

 a { background-color: rgb(144,35,105); }

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

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

 span { border-color: rgb(144,35,105); }

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