Html Css Color HEX #955781 Strikemaster

📋 copy color: '#955781'

red 149 ◦ green 87 ◦ blue 129

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

Shades of Strikemaster #955781

Tints of Strikemaster #955781

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.84%

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

R = 40.82%
G = 23.84%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#955781 (or 0x955781) is known color: Strikemaster. HEX triplet: 95, 57 and 81. RGB value is (149,87,129). Sum of RGB (Red+Green+Blue) = 149+87+129=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #955781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955781 is #6AA87E. Grayscale: #6E6E6E. Windows color (decimal): -6989951 or 8476565. OLE color: 8476565.

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

Color convert

RGB 149 87 129 -
CMYK 0 0.42 0.13 0.42
HSL 319.35º 0.26% 0.46% -
HSV(B) 319.35º 0.42% 0.58% -
XYZ 19.77 14.79 22.58 -
YUV 110.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 149 87 129 0 0.42 0.13 0.42 319.35 0.26 0.46
Hex 95 57 81 0 2A D 2A 13F 1A 2E
Octal 225 127 201 0 52 15 52 477 32 56
Binary 10010101 1010111 10000001 0 101010 1101 101010 100111111 11010 101110

Color Harmonies of #955781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955781

Black with #955781

Text Example


Text Example

White with #955781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955781; }

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

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

background-color css

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

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

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

border-color css

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

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

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