Html Css Color HEX #90507A Strikemaster

📋 copy color: '#90507A'

red 144 ◦ green 80 ◦ blue 122

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

Shades of Strikemaster #90507A

Tints of Strikemaster #90507A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.12%

 BLUE value IS 122 (48.05% from 255) = 35.26%

R = 41.62%
G = 23.12%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#90507A (or 0x90507A) is known color: Strikemaster. HEX triplet: 90, 50 and 7A. RGB value is (144,80,122). Sum of RGB (Red+Green+Blue) = 144+80+122=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #90507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90507A is #6FAF85. Grayscale: #676767. Windows color (decimal): -7319430 or 8016016. OLE color: 8016016.

HSL color Cylindrical-coordinate representation of color #90507A: hue angle of 320.62º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90507A is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 80 122 -
CMYK 0 0.44 0.15 0.44
HSL 320.63º 0.29% 0.44% -
HSV(B) 320.63º 0.44% 0.56% -
XYZ 17.88 13.07 19.99 -
YUV 103.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 144 80 122 0 0.44 0.15 0.44 320.63 0.29 0.44
Hex 90 50 7A 0 2C F 2C 141 1D 2C
Octal 220 120 172 0 54 17 54 501 35 54
Binary 10010000 1010000 1111010 0 101100 1111 101100 101000001 11101 101100

Color Harmonies of #90507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90507A

Black with #90507A

Text Example


Text Example

White with #90507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90507A; }

 p { color: rgb(144,80,122); }

 H1.HeaderClassName
 {
   color: #90507A;
 }
 .AnyTagClassName
 {
   color: #90507A;
 }
</style>

background-color css

<style>
 a { background-color: #90507A; }

 a { background-color: rgb(144,80,122); }

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

border-color css

<style>
 span { border-color: #90507A; }

 span { border-color: rgb(144,80,122); }

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