Html Css Color HEX #90276B Dark Purple

📋 copy color: '#90276B'

red 144 ◦ green 39 ◦ blue 107

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

Shades of Dark Purple #90276B

Tints of Dark Purple #90276B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.9%

R = 49.66%
G = 13.45%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#90276B (or 0x90276B) is known color: Dark Purple. HEX triplet: 90, 27 and 6B. RGB value is (144,39,107). Sum of RGB (Red+Green+Blue) = 144+39+107=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #90276B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90276B is #6FD894. Grayscale: #4D4D4D. Windows color (decimal): -7329941 or 7022480. OLE color: 7022480.

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

Color convert

RGB 144 39 107 -
CMYK 0 0.73 0.26 0.44
HSL 321.14º 0.57% 0.36% -
HSV(B) 321.14º 0.73% 0.56% -
XYZ 14.88 8.44 14.76 -
YUV 78.15 144.29 174.97 -
System Red Green Blue C M Y K H S L
Decimal 144 39 107 0 0.73 0.26 0.44 321.14 0.57 0.36
Hex 90 27 6B 0 49 1A 2C 141 39 24
Octal 220 47 153 0 111 32 54 501 71 44
Binary 10010000 100111 1101011 0 1001001 11010 101100 101000001 111001 100100

Color Harmonies of #90276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90276B

Black with #90276B

Text Example


Text Example

White with #90276B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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