Html Css Color HEX #906084 Strikemaster

📋 copy color: '#906084'

red 144 ◦ green 96 ◦ blue 132

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

Shades of Strikemaster #906084

Tints of Strikemaster #906084

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.81%

 BLUE value IS 132 (51.95% from 255) = 35.48%

R = 38.71%
G = 25.81%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#906084 (or 0x906084) is known color: Strikemaster. HEX triplet: 90, 60 and 84. RGB value is (144,96,132). Sum of RGB (Red+Green+Blue) = 144+96+132=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 144 - color contains mainly: red. Hex color #906084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906084 is #6F9F7B. Grayscale: #727272. Windows color (decimal): -7315324 or 8675472. OLE color: 8675472.

HSL color Cylindrical-coordinate representation of color #906084: hue angle of 315º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #906084 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 96 132 -
CMYK 0 0.33 0.08 0.44
HSL 315º 0.2% 0.47% -
HSV(B) 315º 0.33% 0.56% -
XYZ 19.85 15.96 23.86 -
YUV 114.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 144 96 132 0 0.33 0.08 0.44 315 0.2 0.47
Hex 90 60 84 0 21 8 2C 13B 14 2F
Octal 220 140 204 0 41 10 54 473 24 57
Binary 10010000 1100000 10000100 0 100001 1000 101100 100111011 10100 101111

Color Harmonies of #906084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906084

Black with #906084

Text Example


Text Example

White with #906084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906084; }

 p { color: rgb(144,96,132); }

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

background-color css

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

 a { background-color: rgb(144,96,132); }

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

border-color css

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

 span { border-color: rgb(144,96,132); }

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