Html Css Color HEX #90258A Dark Purple

📋 copy color: '#90258A'

red 144 ◦ green 37 ◦ blue 138

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

Shades of Dark Purple #90258A

Tints of Dark Purple #90258A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.26%

R = 45.14%
G = 11.6%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#90258A (or 0x90258A) is known color: Dark Purple. HEX triplet: 90, 25 and 8A. RGB value is (144,37,138). Sum of RGB (Red+Green+Blue) = 144+37+138=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #90258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90258A is #6FDA75. Grayscale: #505050. Windows color (decimal): -7330422 or 9053584. OLE color: 9053584.

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

Color convert

RGB 144 37 138 -
CMYK 0 0.74 0.04 0.44
HSL 303.36º 0.59% 0.35% -
HSV(B) 303.36º 0.74% 0.56% -
XYZ 16.75 9.09 24.92 -
YUV 80.51 160.45 173.29 -
System Red Green Blue C M Y K H S L
Decimal 144 37 138 0 0.74 0.04 0.44 303.36 0.59 0.35
Hex 90 25 8A 0 4A 4 2C 12F 3B 23
Octal 220 45 212 0 112 4 54 457 73 43
Binary 10010000 100101 10001010 0 1001010 100 101100 100101111 111011 100011

Color Harmonies of #90258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90258A

Black with #90258A

Text Example


Text Example

White with #90258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90258A; }

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

 H1.HeaderClassName
 {
   color: #90258A;
 }
 .AnyTagClassName
 {
   color: #90258A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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