Html Css Color HEX #906585 Strikemaster

📋 copy color: '#906585'

red 144 ◦ green 101 ◦ blue 133

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

Shades of Strikemaster #906585

Tints of Strikemaster #906585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.72%

 BLUE value IS 133 (52.34% from 255) = 35.19%

R = 38.1%
G = 26.72%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#906585 (or 0x906585) is known color: Strikemaster. HEX triplet: 90, 65 and 85. RGB value is (144,101,133). Sum of RGB (Red+Green+Blue) = 144+101+133=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 144 - color contains mainly: red. Hex color #906585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906585 is #6F9A7A. Grayscale: #757575. Windows color (decimal): -7314043 or 8742288. OLE color: 8742288.

HSL color Cylindrical-coordinate representation of color #906585: hue angle of 315.35º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #906585 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 101 133 -
CMYK 0 0.30 0.08 0.44
HSL 315.35º 0.18% 0.48% -
HSV(B) 315.35º 0.3% 0.56% -
XYZ 20.39 16.93 24.38 -
YUV 117.51 136.75 146.9 -
System Red Green Blue C M Y K H S L
Decimal 144 101 133 0 0.30 0.08 0.44 315.35 0.18 0.48
Hex 90 65 85 0 1E 8 2C 13B 12 30
Octal 220 145 205 0 36 10 54 473 22 60
Binary 10010000 1100101 10000101 0 11110 1000 101100 100111011 10010 110000

Color Harmonies of #906585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906585

Black with #906585

Text Example


Text Example

White with #906585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906585; }

 p { color: rgb(144,101,133); }

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

background-color css

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

 a { background-color: rgb(144,101,133); }

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

border-color css

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

 span { border-color: rgb(144,101,133); }

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