Html Css Color HEX #915883 Strikemaster

📋 copy color: '#915883'

red 145 ◦ green 88 ◦ blue 131

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

Shades of Strikemaster #915883

Tints of Strikemaster #915883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.18%

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

R = 39.84%
G = 24.18%
B = 35.99%

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

#915883 (or 0x915883) is known color: Strikemaster. HEX triplet: 91, 58 and 83. RGB value is (145,88,131). Sum of RGB (Red+Green+Blue) = 145+88+131=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 145 - color contains mainly: red. Hex color #915883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915883 is #6EA77C. Grayscale: #6D6D6D. Windows color (decimal): -7251837 or 8607889. OLE color: 8607889.

HSL color Cylindrical-coordinate representation of color #915883: hue angle of 314.74º 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 #915883 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 88 131 -
CMYK 0 0.39 0.10 0.43
HSL 314.74º 0.24% 0.46% -
HSV(B) 314.74º 0.39% 0.57% -
XYZ 19.26 14.64 23.28 -
YUV 109.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 145 88 131 0 0.39 0.10 0.43 314.74 0.24 0.46
Hex 91 58 83 0 27 A 2B 13B 18 2E
Octal 221 130 203 0 47 12 53 473 30 56
Binary 10010001 1011000 10000011 0 100111 1010 101011 100111011 11000 101110

Color Harmonies of #915883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915883

Black with #915883

Text Example


Text Example

White with #915883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915883; }

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

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

background-color css

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

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

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

border-color css

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

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

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