#90257B

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

Shades of Dark Purple #90257B

Tints of Dark Purple #90257B

Color information

#90257B (or 0x90257B) is unknown color: approx Dark Purple. HEX triplet: 90, 25 and 7B. RGB value is (144,37,123). Sum of RGB (Red+Green+Blue) = 144+37+123=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #90257B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90257B is #6FDA84. Grayscale: #4E4E4E. Windows color (decimal): -7330437 or 8070544. OLE color: 8070544.

HSL color Cylindrical-coordinate representation of color #90257B: hue angle of 311.78º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #90257B is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB14437123-
CMYK00.740.150.44
HSL311.78º59.12%35.49%-
HSV(B)311.78º74.31%56.47%-
XYZ15.748.6819.59-
YUV78.8152.95174.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.37%
GREEN value IS 37 (14.84% from 255) = 12.17%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=47.37%
G=12.17%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443712300.740.150.44311.7859.1235.49
Hex90257B04AF2C1383b23
Octal22045173011217544707343
Binary100100001001011111011010010101111101100100111000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90257B; }

 p { color: rgb(144,37,123); }

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

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

 a { background-color: rgb(144,37,123); }

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

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

 span { border-color: rgb(144,37,123); }

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