Html Css Color HEX #955881 Strikemaster

📋 copy color: '#955881'

red 149 ◦ green 88 ◦ blue 129

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

Shades of Strikemaster #955881

Tints of Strikemaster #955881

RGB

 RED value IS 149 (58.59% from 255) = 40.71%

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

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

R = 40.71%
G = 24.04%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#955881 (or 0x955881) is known color: Strikemaster. HEX triplet: 95, 58 and 81. RGB value is (149,88,129). Sum of RGB (Red+Green+Blue) = 149+88+129=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #955881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955881 is #6AA77E. Grayscale: #6E6E6E. Windows color (decimal): -6989695 or 8476821. OLE color: 8476821.

HSL color Cylindrical-coordinate representation of color #955881: hue angle of 319.67º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #955881 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 88 129 -
CMYK 0 0.41 0.13 0.42
HSL 319.67º 0.26% 0.46% -
HSV(B) 319.67º 0.41% 0.58% -
XYZ 19.85 14.95 22.61 -
YUV 110.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 149 88 129 0 0.41 0.13 0.42 319.67 0.26 0.46
Hex 95 58 81 0 29 D 2A 140 1A 2E
Octal 225 130 201 0 51 15 52 500 32 56
Binary 10010101 1011000 10000001 0 101001 1101 101010 101000000 11010 101110

Color Harmonies of #955881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955881

Black with #955881

Text Example


Text Example

White with #955881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955881; }

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

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

background-color css

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

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

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

border-color css

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

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

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