Html Css Color HEX #956883 Strikemaster

📋 copy color: '#956883'

red 149 ◦ green 104 ◦ blue 131

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

Shades of Strikemaster #956883

Tints of Strikemaster #956883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.08%

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

R = 38.8%
G = 27.08%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#956883 (or 0x956883) is known color: Strikemaster. HEX triplet: 95, 68 and 83. RGB value is (149,104,131). Sum of RGB (Red+Green+Blue) = 149+104+131=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #956883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956883 is #6A977C. Grayscale: #787878. Windows color (decimal): -6985597 or 8611989. OLE color: 8611989.

HSL color Cylindrical-coordinate representation of color #956883: hue angle of 324º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956883 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 104 131 -
CMYK 0 0.30 0.12 0.42
HSL 324º 0.18% 0.5% -
HSV(B) 324º 0.3% 0.58% -
XYZ 21.44 17.93 23.8 -
YUV 120.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 149 104 131 0 0.30 0.12 0.42 324 0.18 0.5
Hex 95 68 83 0 1E C 2A 144 12 32
Octal 225 150 203 0 36 14 52 504 22 62
Binary 10010101 1101000 10000011 0 11110 1100 101010 101000100 10010 110010

Color Harmonies of #956883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956883

Black with #956883

Text Example


Text Example

White with #956883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956883; }

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

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

background-color css

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

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

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

border-color css

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

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

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