Html Css Color HEX #955D7A Strikemaster

📋 copy color: '#955D7A'

red 149 ◦ green 93 ◦ blue 122

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

Shades of Strikemaster #955D7A

Tints of Strikemaster #955D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 40.93%
G = 25.55%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#955D7A (or 0x955D7A) is known color: Strikemaster. HEX triplet: 95, 5D and 7A. RGB value is (149,93,122). Sum of RGB (Red+Green+Blue) = 149+93+122=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #955D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D7A is #6AA285. Grayscale: #707070. Windows color (decimal): -6988422 or 8019349. OLE color: 8019349.

HSL color Cylindrical-coordinate representation of color #955D7A: hue angle of 328.93º 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 #955D7A is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 93 122 -
CMYK 0 0.38 0.18 0.42
HSL 328.93º 0.23% 0.47% -
HSV(B) 328.93º 0.38% 0.58% -
XYZ 19.82 15.62 20.38 -
YUV 113.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 149 93 122 0 0.38 0.18 0.42 328.93 0.23 0.47
Hex 95 5D 7A 0 26 12 2A 149 17 2F
Octal 225 135 172 0 46 22 52 511 27 57
Binary 10010101 1011101 1111010 0 100110 10010 101010 101001001 10111 101111

Color Harmonies of #955D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D7A

Black with #955D7A

Text Example


Text Example

White with #955D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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