Html Css Color HEX #954A78 Strikemaster

📋 copy color: '#954A78'

red 149 ◦ green 74 ◦ blue 120

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

Shades of Strikemaster #954A78

Tints of Strikemaster #954A78

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.57%

 BLUE value IS 120 (47.27% from 255) = 34.99%

R = 43.44%
G = 21.57%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#954A78 (or 0x954A78) is known color: Strikemaster. HEX triplet: 95, 4A and 78. RGB value is (149,74,120). Sum of RGB (Red+Green+Blue) = 149+74+120=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #954A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A78 is #6AB587. Grayscale: #656565. Windows color (decimal): -6993288 or 7883413. OLE color: 7883413.

HSL color Cylindrical-coordinate representation of color #954A78: hue angle of 323.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954A78 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 74 120 -
CMYK 0 0.50 0.19 0.42
HSL 323.2º 0.34% 0.44% -
HSV(B) 323.2º 0.5% 0.58% -
XYZ 18.23 12.64 19.25 -
YUV 101.67 138.35 161.76 -
System Red Green Blue C M Y K H S L
Decimal 149 74 120 0 0.50 0.19 0.42 323.2 0.34 0.44
Hex 95 4A 78 0 32 13 2A 143 22 2C
Octal 225 112 170 0 62 23 52 503 42 54
Binary 10010101 1001010 1111000 0 110010 10011 101010 101000011 100010 101100

Color Harmonies of #954A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A78

Black with #954A78

Text Example


Text Example

White with #954A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,74,120); }

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

background-color css

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

 a { background-color: rgb(149,74,120); }

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

border-color css

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

 span { border-color: rgb(149,74,120); }

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