Html Css Color HEX #955581 Strikemaster

📋 copy color: '#955581'

red 149 ◦ green 85 ◦ blue 129

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

Shades of Strikemaster #955581

Tints of Strikemaster #955581

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.42%

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

R = 41.05%
G = 23.42%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#955581 (or 0x955581) is known color: Strikemaster. HEX triplet: 95, 55 and 81. RGB value is (149,85,129). Sum of RGB (Red+Green+Blue) = 149+85+129=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #955581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955581 is #6AAA7E. Grayscale: #6D6D6D. Windows color (decimal): -6990463 or 8476053. OLE color: 8476053.

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

Color convert

RGB 149 85 129 -
CMYK 0 0.43 0.13 0.42
HSL 318.75º 0.27% 0.46% -
HSV(B) 318.75º 0.43% 0.58% -
XYZ 19.61 14.47 22.53 -
YUV 109.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 149 85 129 0 0.43 0.13 0.42 318.75 0.27 0.46
Hex 95 55 81 0 2B D 2A 13F 1B 2E
Octal 225 125 201 0 53 15 52 477 33 56
Binary 10010101 1010101 10000001 0 101011 1101 101010 100111111 11011 101110

Color Harmonies of #955581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955581

Black with #955581

Text Example


Text Example

White with #955581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955581; }

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

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

background-color css

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

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

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

border-color css

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

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

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