Html Css Color HEX #90278E Dark Purple

📋 copy color: '#90278E'

red 144 ◦ green 39 ◦ blue 142

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

Shades of Dark Purple #90278E

Tints of Dark Purple #90278E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12%

 BLUE value IS 142 (55.86% from 255) = 43.69%

R = 44.31%
G = 12%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#90278E (or 0x90278E) is known color: Dark Purple. HEX triplet: 90, 27 and 8E. RGB value is (144,39,142). Sum of RGB (Red+Green+Blue) = 144+39+142=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #90278E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90278E is #6FD871. Grayscale: #515151. Windows color (decimal): -7329906 or 9316240. OLE color: 9316240.

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

Color convert

RGB 144 39 142 -
CMYK 0 0.73 0.01 0.44
HSL 301.14º 0.57% 0.36% -
HSV(B) 301.14º 0.73% 0.56% -
XYZ 17.11 9.33 26.49 -
YUV 82.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 144 39 142 0 0.73 0.01 0.44 301.14 0.57 0.36
Hex 90 27 8E 0 49 1 2C 12D 39 24
Octal 220 47 216 0 111 1 54 455 71 44
Binary 10010000 100111 10001110 0 1001001 1 101100 100101101 111001 100100

Color Harmonies of #90278E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90278E

Black with #90278E

Text Example


Text Example

White with #90278E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,39,142); }

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

background-color css

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

 a { background-color: rgb(144,39,142); }

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

border-color css

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

 span { border-color: rgb(144,39,142); }

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