Html Css Color HEX #955D82 Strikemaster

📋 copy color: '#955D82'

red 149 ◦ green 93 ◦ blue 130

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

Shades of Strikemaster #955D82

Tints of Strikemaster #955D82

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25%

 BLUE value IS 130 (51.17% from 255) = 34.95%

R = 40.05%
G = 25%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#955D82 (or 0x955D82) is known color: Strikemaster. HEX triplet: 95, 5D and 82. RGB value is (149,93,130). Sum of RGB (Red+Green+Blue) = 149+93+130=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #955D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955D82 is #6AA27D. Grayscale: #717171. Windows color (decimal): -6988414 or 8543637. OLE color: 8543637.

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

Color convert

RGB 149 93 130 -
CMYK 0 0.38 0.13 0.42
HSL 320.36º 0.23% 0.47% -
HSV(B) 320.36º 0.38% 0.58% -
XYZ 20.34 15.83 23.1 -
YUV 113.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 149 93 130 0 0.38 0.13 0.42 320.36 0.23 0.47
Hex 95 5D 82 0 26 D 2A 140 17 2F
Octal 225 135 202 0 46 15 52 500 27 57
Binary 10010101 1011101 10000010 0 100110 1101 101010 101000000 10111 101111

Color Harmonies of #955D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D82

Black with #955D82

Text Example


Text Example

White with #955D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,93,130); }

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

background-color css

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

 a { background-color: rgb(149,93,130); }

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

border-color css

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

 span { border-color: rgb(149,93,130); }

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