Html Css Color HEX #95477D Strikemaster

📋 copy color: '#95477D'

red 149 ◦ green 71 ◦ blue 125

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

Shades of Strikemaster #95477D

Tints of Strikemaster #95477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.58%

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

R = 43.19%
G = 20.58%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95477D (or 0x95477D) is known color: Strikemaster. HEX triplet: 95, 47 and 7D. RGB value is (149,71,125). Sum of RGB (Red+Green+Blue) = 149+71+125=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #95477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95477D is #6AB882. Grayscale: #646464. Windows color (decimal): -6994051 or 8210325. OLE color: 8210325.

HSL color Cylindrical-coordinate representation of color #95477D: hue angle of 318.46º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95477D is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 71 125 -
CMYK 0 0.52 0.16 0.42
HSL 318.46º 0.35% 0.43% -
HSV(B) 318.46º 0.52% 0.58% -
XYZ 18.35 12.38 20.82 -
YUV 100.48 141.84 162.61 -
System Red Green Blue C M Y K H S L
Decimal 149 71 125 0 0.52 0.16 0.42 318.46 0.35 0.43
Hex 95 47 7D 0 34 10 2A 13E 23 2B
Octal 225 107 175 0 64 20 52 476 43 53
Binary 10010101 1000111 1111101 0 110100 10000 101010 100111110 100011 101011

Color Harmonies of #95477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95477D

Black with #95477D

Text Example


Text Example

White with #95477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95477D; }

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

 H1.HeaderClassName
 {
   color: #95477D;
 }
 .AnyTagClassName
 {
   color: #95477D;
 }
</style>

background-color css

<style>
 a { background-color: #95477D; }

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

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

border-color css

<style>
 span { border-color: #95477D; }

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

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