Html Css Color HEX #955077 Strikemaster

📋 copy color: '#955077'

red 149 ◦ green 80 ◦ blue 119

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

Shades of Strikemaster #955077

Tints of Strikemaster #955077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.99%

 BLUE value IS 119 (46.88% from 255) = 34.2%

R = 42.82%
G = 22.99%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#955077 (or 0x955077) is known color: Strikemaster. HEX triplet: 95, 50 and 77. RGB value is (149,80,119). Sum of RGB (Red+Green+Blue) = 149+80+119=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #955077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955077 is #6AAF88. Grayscale: #686868. Windows color (decimal): -6991753 or 7819413. OLE color: 7819413.

HSL color Cylindrical-coordinate representation of color #955077: hue angle of 326.09º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955077 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 80 119 -
CMYK 0 0.46 0.20 0.42
HSL 326.09º 0.3% 0.45% -
HSV(B) 326.09º 0.46% 0.58% -
XYZ 18.59 13.46 19.07 -
YUV 105.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 149 80 119 0 0.46 0.20 0.42 326.09 0.3 0.45
Hex 95 50 77 0 2E 14 2A 146 1E 2D
Octal 225 120 167 0 56 24 52 506 36 55
Binary 10010101 1010000 1110111 0 101110 10100 101010 101000110 11110 101101

Color Harmonies of #955077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955077

Black with #955077

Text Example


Text Example

White with #955077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955077; }

 p { color: rgb(149,80,119); }

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

background-color css

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

 a { background-color: rgb(149,80,119); }

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

border-color css

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

 span { border-color: rgb(149,80,119); }

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