Html Css Color HEX #955B7D Strikemaster

📋 copy color: '#955B7D'

red 149 ◦ green 91 ◦ blue 125

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

Shades of Strikemaster #955B7D

Tints of Strikemaster #955B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 40.82%
G = 24.93%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#955B7D (or 0x955B7D) is known color: Strikemaster. HEX triplet: 95, 5B and 7D. RGB value is (149,91,125). Sum of RGB (Red+Green+Blue) = 149+91+125=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #955B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B7D is #6AA482. Grayscale: #707070. Windows color (decimal): -6988931 or 8215445. OLE color: 8215445.

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

Color convert

RGB 149 91 125 -
CMYK 0 0.39 0.16 0.42
HSL 324.83º 0.24% 0.47% -
HSV(B) 324.83º 0.39% 0.58% -
XYZ 19.84 15.35 21.32 -
YUV 112.22 135.22 154.24 -
System Red Green Blue C M Y K H S L
Decimal 149 91 125 0 0.39 0.16 0.42 324.83 0.24 0.47
Hex 95 5B 7D 0 27 10 2A 145 18 2F
Octal 225 133 175 0 47 20 52 505 30 57
Binary 10010101 1011011 1111101 0 100111 10000 101010 101000101 11000 101111

Color Harmonies of #955B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955B7D

Black with #955B7D

Text Example


Text Example

White with #955B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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