Html Css Color HEX #995881 Strikemaster

📋 copy color: '#995881'

red 153 ◦ green 88 ◦ blue 129

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

Shades of Strikemaster #995881

Tints of Strikemaster #995881

RGB

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

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

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

R = 41.35%
G = 23.78%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#995881 (or 0x995881) is known color: Strikemaster. HEX triplet: 99, 58 and 81. RGB value is (153,88,129). Sum of RGB (Red+Green+Blue) = 153+88+129=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #995881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995881 is #66A77E. Grayscale: #707070. Windows color (decimal): -6727551 or 8476825. OLE color: 8476825.

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

Color convert

RGB 153 88 129 -
CMYK 0 0.42 0.16 0.4
HSL 322.15º 0.27% 0.47% -
HSV(B) 322.15º 0.42% 0.6% -
XYZ 20.59 15.34 22.64 -
YUV 112.11 137.53 157.17 -
System Red Green Blue C M Y K H S L
Decimal 153 88 129 0 0.42 0.16 0.4 322.15 0.27 0.47
Hex 99 58 81 0 2A 10 28 142 1B 2F
Octal 231 130 201 0 52 20 50 502 33 57
Binary 10011001 1011000 10000001 0 101010 10000 101000 101000010 11011 101111

Color Harmonies of #995881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995881

Black with #995881

Text Example


Text Example

White with #995881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995881; }

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

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

background-color css

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

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

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

border-color css

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

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

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