Html Css Color HEX #995581 Strikemaster

📋 copy color: '#995581'

red 153 ◦ green 85 ◦ blue 129

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

Shades of Strikemaster #995581

Tints of Strikemaster #995581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.15%

R = 41.69%
G = 23.16%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#995581 (or 0x995581) is known color: Strikemaster. HEX triplet: 99, 55 and 81. RGB value is (153,85,129). Sum of RGB (Red+Green+Blue) = 153+85+129=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #995581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995581 is #66AA7E. Grayscale: #6E6E6E. Windows color (decimal): -6728319 or 8476057. OLE color: 8476057.

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

Color convert

RGB 153 85 129 -
CMYK 0 0.44 0.16 0.4
HSL 321.18º 0.29% 0.47% -
HSV(B) 321.18º 0.44% 0.6% -
XYZ 20.35 14.85 22.56 -
YUV 110.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 153 85 129 0 0.44 0.16 0.4 321.18 0.29 0.47
Hex 99 55 81 0 2C 10 28 141 1D 2F
Octal 231 125 201 0 54 20 50 501 35 57
Binary 10011001 1010101 10000001 0 101100 10000 101000 101000001 11101 101111

Color Harmonies of #995581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995581

Black with #995581

Text Example


Text Example

White with #995581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995581; }

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

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

background-color css

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

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

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

border-color css

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

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

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