Html Css Color HEX #915983 Strikemaster

📋 copy color: '#915983'

red 145 ◦ green 89 ◦ blue 131

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

Shades of Strikemaster #915983

Tints of Strikemaster #915983

RGB

 RED value IS 145 (57.03% from 255) = 39.73%

 GREEN value IS 89 (35.16% from 255) = 24.38%

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

R = 39.73%
G = 24.38%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#915983 (or 0x915983) is known color: Strikemaster. HEX triplet: 91, 59 and 83. RGB value is (145,89,131). Sum of RGB (Red+Green+Blue) = 145+89+131=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #915983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915983 is #6EA67C. Grayscale: #6E6E6E. Windows color (decimal): -7251581 or 8608145. OLE color: 8608145.

HSL color Cylindrical-coordinate representation of color #915983: hue angle of 315º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915983 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 89 131 -
CMYK 0 0.39 0.10 0.43
HSL 315º 0.24% 0.46% -
HSV(B) 315º 0.39% 0.57% -
XYZ 19.35 14.8 23.31 -
YUV 110.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 145 89 131 0 0.39 0.10 0.43 315 0.24 0.46
Hex 91 59 83 0 27 A 2B 13B 18 2E
Octal 221 131 203 0 47 12 53 473 30 56
Binary 10010001 1011001 10000011 0 100111 1010 101011 100111011 11000 101110

Color Harmonies of #915983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915983

Black with #915983

Text Example


Text Example

White with #915983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915983; }

 p { color: rgb(145,89,131); }

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

background-color css

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

 a { background-color: rgb(145,89,131); }

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

border-color css

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

 span { border-color: rgb(145,89,131); }

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