Html Css Color HEX #955E83 Strikemaster

📋 copy color: '#955E83'

red 149 ◦ green 94 ◦ blue 131

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

Shades of Strikemaster #955E83

Tints of Strikemaster #955E83

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.13%

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

R = 39.84%
G = 25.13%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#955E83 (or 0x955E83) is known color: Strikemaster. HEX triplet: 95, 5E and 83. RGB value is (149,94,131). Sum of RGB (Red+Green+Blue) = 149+94+131=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #955E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955E83 is #6AA17C. Grayscale: #727272. Windows color (decimal): -6988157 or 8609429. OLE color: 8609429.

HSL color Cylindrical-coordinate representation of color #955E83: hue angle of 319.64º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #955E83 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 94 131 -
CMYK 0 0.37 0.12 0.42
HSL 319.64º 0.23% 0.48% -
HSV(B) 319.64º 0.37% 0.58% -
XYZ 20.49 16.03 23.49 -
YUV 114.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 149 94 131 0 0.37 0.12 0.42 319.64 0.23 0.48
Hex 95 5E 83 0 25 C 2A 140 17 30
Octal 225 136 203 0 45 14 52 500 27 60
Binary 10010101 1011110 10000011 0 100101 1100 101010 101000000 10111 110000

Color Harmonies of #955E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E83

Black with #955E83

Text Example


Text Example

White with #955E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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