Html Css Color HEX #955783 Strikemaster

📋 copy color: '#955783'

red 149 ◦ green 87 ◦ blue 131

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

Shades of Strikemaster #955783

Tints of Strikemaster #955783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.69%

R = 40.6%
G = 23.71%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#955783 (or 0x955783) is known color: Strikemaster. HEX triplet: 95, 57 and 83. RGB value is (149,87,131). Sum of RGB (Red+Green+Blue) = 149+87+131=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #955783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955783 is #6AA87C. Grayscale: #6E6E6E. Windows color (decimal): -6989949 or 8607637. OLE color: 8607637.

HSL color Cylindrical-coordinate representation of color #955783: hue angle of 317.42º 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 #955783 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 87 131 -
CMYK 0 0.42 0.12 0.42
HSL 317.42º 0.26% 0.46% -
HSV(B) 317.42º 0.42% 0.58% -
XYZ 19.9 14.84 23.29 -
YUV 110.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 149 87 131 0 0.42 0.12 0.42 317.42 0.26 0.46
Hex 95 57 83 0 2A C 2A 13D 1A 2E
Octal 225 127 203 0 52 14 52 475 32 56
Binary 10010101 1010111 10000011 0 101010 1100 101010 100111101 11010 101110

Color Harmonies of #955783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955783

Black with #955783

Text Example


Text Example

White with #955783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955783; }

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

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

background-color css

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

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

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

border-color css

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

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

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