Html Css Color HEX #955A7D Strikemaster

📋 copy color: '#955A7D'

red 149 ◦ green 90 ◦ blue 125

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

Shades of Strikemaster #955A7D

Tints of Strikemaster #955A7D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.73%

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

R = 40.93%
G = 24.73%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#955A7D (or 0x955A7D) is known color: Strikemaster. HEX triplet: 95, 5A and 7D. RGB value is (149,90,125). Sum of RGB (Red+Green+Blue) = 149+90+125=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #955A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A7D is #6AA582. Grayscale: #6F6F6F. Windows color (decimal): -6989187 or 8215189. OLE color: 8215189.

HSL color Cylindrical-coordinate representation of color #955A7D: hue angle of 324.41º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955A7D is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 90 125 -
CMYK 0 0.40 0.16 0.42
HSL 324.41º 0.25% 0.47% -
HSV(B) 324.41º 0.4% 0.58% -
XYZ 19.75 15.18 21.29 -
YUV 111.63 135.55 154.65 -
System Red Green Blue C M Y K H S L
Decimal 149 90 125 0 0.40 0.16 0.42 324.41 0.25 0.47
Hex 95 5A 7D 0 28 10 2A 144 19 2F
Octal 225 132 175 0 50 20 52 504 31 57
Binary 10010101 1011010 1111101 0 101000 10000 101010 101000100 11001 101111

Color Harmonies of #955A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A7D

Black with #955A7D

Text Example


Text Example

White with #955A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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