Html Css Color HEX #90256E Dark Purple

📋 copy color: '#90256E'

red 144 ◦ green 37 ◦ blue 110

#90256E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #90256E

Tints of Dark Purple #90256E

RGB

 RED value IS 144 (56.64% from 255) = 49.48%

 GREEN value IS 37 (14.84% from 255) = 12.71%

 BLUE value IS 110 (43.36% from 255) = 37.8%

R = 49.48%
G = 12.71%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#90256E (or 0x90256E) is known color: Dark Purple. HEX triplet: 90, 25 and 6E. RGB value is (144,37,110). Sum of RGB (Red+Green+Blue) = 144+37+110=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #90256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90256E is #6FDA91. Grayscale: #4D4D4D. Windows color (decimal): -7330450 or 7218576. OLE color: 7218576.

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

Color convert

RGB 144 37 110 -
CMYK 0 0.74 0.24 0.44
HSL 319.07º 0.59% 0.35% -
HSV(B) 319.07º 0.74% 0.56% -
XYZ 14.98 8.38 15.58 -
YUV 77.32 146.45 175.56 -
System Red Green Blue C M Y K H S L
Decimal 144 37 110 0 0.74 0.24 0.44 319.07 0.59 0.35
Hex 90 25 6E 0 4A 18 2C 13F 3B 23
Octal 220 45 156 0 112 30 54 477 73 43
Binary 10010000 100101 1101110 0 1001010 11000 101100 100111111 111011 100011

Color Harmonies of #90256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90256E

Black with #90256E

Text Example


Text Example

White with #90256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90256E; }

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

 H1.HeaderClassName
 {
   color: #90256E;
 }
 .AnyTagClassName
 {
   color: #90256E;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #90256E;
 }
 .BgClassName
 {
   background-color: #90256E;
 }
</style>

border-color css

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

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

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