Html Css Color HEX #955B84 Strikemaster

📋 copy color: '#955B84'

red 149 ◦ green 91 ◦ blue 132

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

Shades of Strikemaster #955B84

Tints of Strikemaster #955B84

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.46%

 BLUE value IS 132 (51.95% from 255) = 35.48%

R = 40.05%
G = 24.46%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#955B84 (or 0x955B84) is known color: Strikemaster. HEX triplet: 95, 5B and 84. RGB value is (149,91,132). Sum of RGB (Red+Green+Blue) = 149+91+132=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #955B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955B84 is #6AA47B. Grayscale: #707070. Windows color (decimal): -6988924 or 8674197. OLE color: 8674197.

HSL color Cylindrical-coordinate representation of color #955B84: hue angle of 317.59º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #955B84 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 91 132 -
CMYK 0 0.39 0.11 0.42
HSL 317.59º 0.24% 0.47% -
HSV(B) 317.59º 0.39% 0.58% -
XYZ 20.3 15.54 23.76 -
YUV 113.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 149 91 132 0 0.39 0.11 0.42 317.59 0.24 0.47
Hex 95 5B 84 0 27 B 2A 13E 18 2F
Octal 225 133 204 0 47 13 52 476 30 57
Binary 10010101 1011011 10000100 0 100111 1011 101010 100111110 11000 101111

Color Harmonies of #955B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955B84

Black with #955B84

Text Example


Text Example

White with #955B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955B84; }

 p { color: rgb(149,91,132); }

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

background-color css

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

 a { background-color: rgb(149,91,132); }

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

border-color css

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

 span { border-color: rgb(149,91,132); }

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