Html Css Color HEX #936883 Strikemaster

📋 copy color: '#936883'

red 147 ◦ green 104 ◦ blue 131

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

Shades of Strikemaster #936883

Tints of Strikemaster #936883

RGB

 RED value IS 147 (57.81% from 255) = 38.48%

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

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

R = 38.48%
G = 27.23%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#936883 (or 0x936883) is known color: Strikemaster. HEX triplet: 93, 68 and 83. RGB value is (147,104,131). Sum of RGB (Red+Green+Blue) = 147+104+131=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 147 - color contains mainly: red. Hex color #936883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936883 is #6C977C. Grayscale: #777777. Windows color (decimal): -7116669 or 8611987. OLE color: 8611987.

HSL color Cylindrical-coordinate representation of color #936883: hue angle of 322.33º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #936883 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 104 131 -
CMYK 0 0.29 0.11 0.42
HSL 322.33º 0.17% 0.49% -
HSV(B) 322.33º 0.29% 0.58% -
XYZ 21.08 17.74 23.79 -
YUV 119.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 147 104 131 0 0.29 0.11 0.42 322.33 0.17 0.49
Hex 93 68 83 0 1D B 2A 142 11 31
Octal 223 150 203 0 35 13 52 502 21 61
Binary 10010011 1101000 10000011 0 11101 1011 101010 101000010 10001 110001

Color Harmonies of #936883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936883

Black with #936883

Text Example


Text Example

White with #936883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936883; }

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

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

background-color css

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

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

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

border-color css

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

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

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