Html Css Color HEX #906083 Strikemaster

📋 copy color: '#906083'

red 144 ◦ green 96 ◦ blue 131

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

Shades of Strikemaster #906083

Tints of Strikemaster #906083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.31%

R = 38.81%
G = 25.88%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#906083 (or 0x906083) is known color: Strikemaster. HEX triplet: 90, 60 and 83. RGB value is (144,96,131). Sum of RGB (Red+Green+Blue) = 144+96+131=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 144 - color contains mainly: red. Hex color #906083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906083 is #6F9F7C. Grayscale: #727272. Windows color (decimal): -7315325 or 8609936. OLE color: 8609936.

HSL color Cylindrical-coordinate representation of color #906083: hue angle of 316.25º 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 #906083 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 96 131 -
CMYK 0 0.33 0.09 0.44
HSL 316.25º 0.2% 0.47% -
HSV(B) 316.25º 0.33% 0.56% -
XYZ 19.78 15.93 23.51 -
YUV 114.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 144 96 131 0 0.33 0.09 0.44 316.25 0.2 0.47
Hex 90 60 83 0 21 9 2C 13C 14 2F
Octal 220 140 203 0 41 11 54 474 24 57
Binary 10010000 1100000 10000011 0 100001 1001 101100 100111100 10100 101111

Color Harmonies of #906083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906083

Black with #906083

Text Example


Text Example

White with #906083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906083; }

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

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

background-color css

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

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

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

border-color css

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

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

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