Html Css Color HEX #955481 Strikemaster

📋 copy color: '#955481'

red 149 ◦ green 84 ◦ blue 129

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

Shades of Strikemaster #955481

Tints of Strikemaster #955481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.2%

 BLUE value IS 129 (50.78% from 255) = 35.64%

R = 41.16%
G = 23.2%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#955481 (or 0x955481) is known color: Strikemaster. HEX triplet: 95, 54 and 81. RGB value is (149,84,129). Sum of RGB (Red+Green+Blue) = 149+84+129=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #955481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955481 is #6AAB7E. Grayscale: #6C6C6C. Windows color (decimal): -6990719 or 8475797. OLE color: 8475797.

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

Color convert

RGB 149 84 129 -
CMYK 0 0.44 0.13 0.42
HSL 318.46º 0.28% 0.46% -
HSV(B) 318.46º 0.44% 0.58% -
XYZ 19.53 14.32 22.5 -
YUV 108.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 149 84 129 0 0.44 0.13 0.42 318.46 0.28 0.46
Hex 95 54 81 0 2C D 2A 13E 1C 2E
Octal 225 124 201 0 54 15 52 476 34 56
Binary 10010101 1010100 10000001 0 101100 1101 101010 100111110 11100 101110

Color Harmonies of #955481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955481

Black with #955481

Text Example


Text Example

White with #955481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955481; }

 p { color: rgb(149,84,129); }

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

background-color css

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

 a { background-color: rgb(149,84,129); }

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

border-color css

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

 span { border-color: rgb(149,84,129); }

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