Html Css Color HEX #90276F Dark Purple

📋 copy color: '#90276F'

red 144 ◦ green 39 ◦ blue 111

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

Shades of Dark Purple #90276F

Tints of Dark Purple #90276F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.76%

R = 48.98%
G = 13.27%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#90276F (or 0x90276F) is known color: Dark Purple. HEX triplet: 90, 27 and 6F. RGB value is (144,39,111). Sum of RGB (Red+Green+Blue) = 144+39+111=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #90276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90276F is #6FD890. Grayscale: #4E4E4E. Windows color (decimal): -7329937 or 7284624. OLE color: 7284624.

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

Color convert

RGB 144 39 111 -
CMYK 0 0.73 0.23 0.44
HSL 318.86º 0.57% 0.36% -
HSV(B) 318.86º 0.73% 0.56% -
XYZ 15.1 8.53 15.89 -
YUV 78.6 146.29 174.65 -
System Red Green Blue C M Y K H S L
Decimal 144 39 111 0 0.73 0.23 0.44 318.86 0.57 0.36
Hex 90 27 6F 0 49 17 2C 13F 39 24
Octal 220 47 157 0 111 27 54 477 71 44
Binary 10010000 100111 1101111 0 1001001 10111 101100 100111111 111001 100100

Color Harmonies of #90276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90276F

Black with #90276F

Text Example


Text Example

White with #90276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90276F;
 }
 .AnyTagClassName
 {
   color: #90276F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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