Html Css Color HEX #954E7A Strikemaster

📋 copy color: '#954E7A'

red 149 ◦ green 78 ◦ blue 122

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

Shades of Strikemaster #954E7A

Tints of Strikemaster #954E7A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.35%

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

R = 42.69%
G = 22.35%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#954E7A (or 0x954E7A) is known color: Strikemaster. HEX triplet: 95, 4E and 7A. RGB value is (149,78,122). Sum of RGB (Red+Green+Blue) = 149+78+122=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #954E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E7A is #6AB185. Grayscale: #686868. Windows color (decimal): -6992262 or 8015509. OLE color: 8015509.

HSL color Cylindrical-coordinate representation of color #954E7A: hue angle of 322.82º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954E7A is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 78 122 -
CMYK 0 0.48 0.18 0.42
HSL 322.82º 0.31% 0.45% -
HSV(B) 322.82º 0.48% 0.58% -
XYZ 18.63 13.24 19.99 -
YUV 104.25 138.02 159.92 -
System Red Green Blue C M Y K H S L
Decimal 149 78 122 0 0.48 0.18 0.42 322.82 0.31 0.45
Hex 95 4E 7A 0 30 12 2A 143 1F 2D
Octal 225 116 172 0 60 22 52 503 37 55
Binary 10010101 1001110 1111010 0 110000 10010 101010 101000011 11111 101101

Color Harmonies of #954E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954E7A

Black with #954E7A

Text Example


Text Example

White with #954E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954E7A; }

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

 H1.HeaderClassName
 {
   color: #954E7A;
 }
 .AnyTagClassName
 {
   color: #954E7A;
 }
</style>

background-color css

<style>
 a { background-color: #954E7A; }

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

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

border-color css

<style>
 span { border-color: #954E7A; }

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

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