Html Css Color HEX #995583 Strikemaster

📋 copy color: '#995583'

red 153 ◦ green 85 ◦ blue 131

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

Shades of Strikemaster #995583

Tints of Strikemaster #995583

RGB

 RED value IS 153 (60.16% from 255) = 41.46%

 GREEN value IS 85 (33.59% from 255) = 23.04%

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

R = 41.46%
G = 23.04%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#995583 (or 0x995583) is known color: Strikemaster. HEX triplet: 99, 55 and 83. RGB value is (153,85,131). Sum of RGB (Red+Green+Blue) = 153+85+131=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #995583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995583 is #66AA7C. Grayscale: #6E6E6E. Windows color (decimal): -6728317 or 8607129. OLE color: 8607129.

HSL color Cylindrical-coordinate representation of color #995583: hue angle of 319.41º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995583 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 85 131 -
CMYK 0 0.44 0.14 0.4
HSL 319.41º 0.29% 0.47% -
HSV(B) 319.41º 0.44% 0.6% -
XYZ 20.48 14.91 23.27 -
YUV 110.58 139.53 158.26 -
System Red Green Blue C M Y K H S L
Decimal 153 85 131 0 0.44 0.14 0.4 319.41 0.29 0.47
Hex 99 55 83 0 2C E 28 13F 1D 2F
Octal 231 125 203 0 54 16 50 477 35 57
Binary 10011001 1010101 10000011 0 101100 1110 101000 100111111 11101 101111

Color Harmonies of #995583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995583

Black with #995583

Text Example


Text Example

White with #995583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995583; }

 p { color: rgb(153,85,131); }

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

background-color css

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

 a { background-color: rgb(153,85,131); }

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

border-color css

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

 span { border-color: rgb(153,85,131); }

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