Html Css Color HEX #90287B Dark Purple

📋 copy color: '#90287B'

red 144 ◦ green 40 ◦ blue 123

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

Shades of Dark Purple #90287B

Tints of Dark Purple #90287B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.03%

 BLUE value IS 123 (48.44% from 255) = 40.07%

R = 46.91%
G = 13.03%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#90287B (or 0x90287B) is known color: Dark Purple. HEX triplet: 90, 28 and 7B. RGB value is (144,40,123). Sum of RGB (Red+Green+Blue) = 144+40+123=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #90287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90287B is #6FD784. Grayscale: #505050. Windows color (decimal): -7329669 or 8071312. OLE color: 8071312.

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

Color convert

RGB 144 40 123 -
CMYK 0 0.72 0.15 0.44
HSL 312.12º 0.57% 0.36% -
HSV(B) 312.12º 0.72% 0.56% -
XYZ 15.84 8.88 19.62 -
YUV 80.56 151.96 173.25 -
System Red Green Blue C M Y K H S L
Decimal 144 40 123 0 0.72 0.15 0.44 312.12 0.57 0.36
Hex 90 28 7B 0 48 F 2C 138 39 24
Octal 220 50 173 0 110 17 54 470 71 44
Binary 10010000 101000 1111011 0 1001000 1111 101100 100111000 111001 100100

Color Harmonies of #90287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90287B

Black with #90287B

Text Example


Text Example

White with #90287B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90287B;
 }
 .AnyTagClassName
 {
   color: #90287B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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