#90266F

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

Shades of Dark Purple #90266F

Tints of Dark Purple #90266F

Color information

#90266F (or 0x90266F) is unknown color: approx Dark Purple. HEX triplet: 90, 26 and 6F. RGB value is (144,38,111). Sum of RGB (Red+Green+Blue) = 144+38+111=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #90266F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90266F is #6FD990. Grayscale: #4D4D4D. Windows color (decimal): -7330193 or 7284368. OLE color: 7284368.

HSL color Cylindrical-coordinate representation of color #90266F: hue angle of 318.68º 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 #90266F is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB14438111-
CMYK00.740.230.44
HSL318.68º58.24%35.69%-
HSV(B)318.68º73.61%56.47%-
XYZ15.068.4615.88-
YUV78.02146.62175.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.15%
GREEN value IS 38 (15.23% from 255) = 12.97%
BLUE value IS 111 (43.75% from 255) = 37.88%
R=49.15%
G=12.97%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1443811100.740.230.44318.6858.2435.69
Hex90266F04A172C13f3a24
Octal22046157011227544777244
Binary1001000010011011011110100101010111101100100111111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90266F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90266F; }

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

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

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

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

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

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

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

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