Html Css Color HEX #955983 Strikemaster

📋 copy color: '#955983'

red 149 ◦ green 89 ◦ blue 131

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

Shades of Strikemaster #955983

Tints of Strikemaster #955983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.12%

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

R = 40.38%
G = 24.12%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#955983 (or 0x955983) is known color: Strikemaster. HEX triplet: 95, 59 and 83. RGB value is (149,89,131). Sum of RGB (Red+Green+Blue) = 149+89+131=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #955983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955983 is #6AA67C. Grayscale: #6F6F6F. Windows color (decimal): -6989437 or 8608149. OLE color: 8608149.

HSL color Cylindrical-coordinate representation of color #955983: hue angle of 318º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955983 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 131 -
CMYK 0 0.40 0.12 0.42
HSL 318º 0.25% 0.47% -
HSV(B) 318º 0.4% 0.58% -
XYZ 20.06 15.17 23.34 -
YUV 111.73 138.88 154.58 -
System Red Green Blue C M Y K H S L
Decimal 149 89 131 0 0.40 0.12 0.42 318 0.25 0.47
Hex 95 59 83 0 28 C 2A 13E 19 2F
Octal 225 131 203 0 50 14 52 476 31 57
Binary 10010101 1011001 10000011 0 101000 1100 101010 100111110 11001 101111

Color Harmonies of #955983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955983

Black with #955983

Text Example


Text Example

White with #955983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955983; }

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

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

background-color css

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

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

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

border-color css

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

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

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