Html Css Color HEX #935883 Strikemaster

📋 copy color: '#935883'

red 147 ◦ green 88 ◦ blue 131

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

Shades of Strikemaster #935883

Tints of Strikemaster #935883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.04%

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

R = 40.16%
G = 24.04%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#935883 (or 0x935883) is known color: Strikemaster. HEX triplet: 93, 58 and 83. RGB value is (147,88,131). Sum of RGB (Red+Green+Blue) = 147+88+131=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #935883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935883 is #6CA77C. Grayscale: #6E6E6E. Windows color (decimal): -7120765 or 8607891. OLE color: 8607891.

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

Color convert

RGB 147 88 131 -
CMYK 0 0.40 0.11 0.42
HSL 316.27º 0.25% 0.46% -
HSV(B) 316.27º 0.4% 0.58% -
XYZ 19.62 14.82 23.3 -
YUV 110.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 147 88 131 0 0.40 0.11 0.42 316.27 0.25 0.46
Hex 93 58 83 0 28 B 2A 13C 19 2E
Octal 223 130 203 0 50 13 52 474 31 56
Binary 10010011 1011000 10000011 0 101000 1011 101010 100111100 11001 101110

Color Harmonies of #935883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935883

Black with #935883

Text Example


Text Example

White with #935883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935883; }

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

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

background-color css

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

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

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

border-color css

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

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

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