Html Css Color HEX #90156C Dark Purple

📋 copy color: '#90156C'

red 144 ◦ green 21 ◦ blue 108

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

Shades of Dark Purple #90156C

Tints of Dark Purple #90156C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

 BLUE value IS 108 (42.58% from 255) = 39.56%

R = 52.75%
G = 7.69%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#90156C (or 0x90156C) is known color: Dark Purple. HEX triplet: 90, 15 and 6C. RGB value is (144,21,108). Sum of RGB (Red+Green+Blue) = 144+21+108=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #90156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90156C is #6FEA93. Grayscale: #434343. Windows color (decimal): -7334548 or 7083408. OLE color: 7083408.

HSL color Cylindrical-coordinate representation of color #90156C: hue angle of 317.56º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90156C is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 21 108 -
CMYK 0 0.85 0.25 0.44
HSL 317.56º 0.75% 0.32% -
HSV(B) 317.56º 0.85% 0.56% -
XYZ 14.48 7.55 14.88 -
YUV 67.7 150.75 182.43 -
System Red Green Blue C M Y K H S L
Decimal 144 21 108 0 0.85 0.25 0.44 317.56 0.75 0.32
Hex 90 15 6C 0 55 19 2C 13E 4B 20
Octal 220 25 154 0 125 31 54 476 113 40
Binary 10010000 10101 1101100 0 1010101 11001 101100 100111110 1001011 100000

Color Harmonies of #90156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90156C

Black with #90156C

Text Example


Text Example

White with #90156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90156C; }

 p { color: rgb(144,21,108); }

 H1.HeaderClassName
 {
   color: #90156C;
 }
 .AnyTagClassName
 {
   color: #90156C;
 }
</style>

background-color css

<style>
 a { background-color: #90156C; }

 a { background-color: rgb(144,21,108); }

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

border-color css

<style>
 span { border-color: #90156C; }

 span { border-color: rgb(144,21,108); }

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