Html Css Color HEX #936083 Strikemaster

📋 copy color: '#936083'

red 147 ◦ green 96 ◦ blue 131

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

Shades of Strikemaster #936083

Tints of Strikemaster #936083

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.67%

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

R = 39.3%
G = 25.67%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#936083 (or 0x936083) is known color: Strikemaster. HEX triplet: 93, 60 and 83. RGB value is (147,96,131). Sum of RGB (Red+Green+Blue) = 147+96+131=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 147 - color contains mainly: red. Hex color #936083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936083 is #6C9F7C. Grayscale: #737373. Windows color (decimal): -7118717 or 8609939. OLE color: 8609939.

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

Color convert

RGB 147 96 131 -
CMYK 0 0.35 0.11 0.42
HSL 318.82º 0.21% 0.48% -
HSV(B) 318.82º 0.35% 0.58% -
XYZ 20.31 16.21 23.53 -
YUV 115.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 147 96 131 0 0.35 0.11 0.42 318.82 0.21 0.48
Hex 93 60 83 0 23 B 2A 13F 15 30
Octal 223 140 203 0 43 13 52 477 25 60
Binary 10010011 1100000 10000011 0 100011 1011 101010 100111111 10101 110000

Color Harmonies of #936083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936083

Black with #936083

Text Example


Text Example

White with #936083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936083; }

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

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

background-color css

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

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

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

border-color css

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

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

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