Html Css Color HEX #90107E Dark Purple

📋 copy color: '#90107E'

red 144 ◦ green 16 ◦ blue 126

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

Shades of Dark Purple #90107E

Tints of Dark Purple #90107E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.59%

 BLUE value IS 126 (49.61% from 255) = 44.06%

R = 50.35%
G = 5.59%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#90107E (or 0x90107E) is known color: Dark Purple. HEX triplet: 90, 10 and 7E. RGB value is (144,16,126). Sum of RGB (Red+Green+Blue) = 144+16+126=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #90107E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90107E is #6FEF81. Grayscale: #424242. Windows color (decimal): -7335810 or 8261776. OLE color: 8261776.

HSL color Cylindrical-coordinate representation of color #90107E: hue angle of 308.44º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90107E is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 16 126 -
CMYK 0 0.89 0.12 0.44
HSL 308.44º 0.8% 0.31% -
HSV(B) 308.44º 0.89% 0.56% -
XYZ 15.45 7.81 20.43 -
YUV 66.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 144 16 126 0 0.89 0.12 0.44 308.44 0.8 0.31
Hex 90 10 7E 0 59 C 2C 134 50 1F
Octal 220 20 176 0 131 14 54 464 120 37
Binary 10010000 10000 1111110 0 1011001 1100 101100 100110100 1010000 11111

Color Harmonies of #90107E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90107E

Black with #90107E

Text Example


Text Example

White with #90107E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,16,126); }

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

background-color css

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

 a { background-color: rgb(144,16,126); }

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

border-color css

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

 span { border-color: rgb(144,16,126); }

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