Html Css Color HEX #916383 Strikemaster

📋 copy color: '#916383'

red 145 ◦ green 99 ◦ blue 131

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

Shades of Strikemaster #916383

Tints of Strikemaster #916383

RGB

 RED value IS 145 (57.03% from 255) = 38.67%

 GREEN value IS 99 (39.06% from 255) = 26.4%

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

R = 38.67%
G = 26.4%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#916383 (or 0x916383) is known color: Strikemaster. HEX triplet: 91, 63 and 83. RGB value is (145,99,131). Sum of RGB (Red+Green+Blue) = 145+99+131=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #916383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916383 is #6E9C7C. Grayscale: #747474. Windows color (decimal): -7249021 or 8610705. OLE color: 8610705.

HSL color Cylindrical-coordinate representation of color #916383: hue angle of 318.26º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #916383 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 99 131 -
CMYK 0 0.32 0.10 0.43
HSL 318.26º 0.19% 0.48% -
HSV(B) 318.26º 0.32% 0.57% -
XYZ 20.24 16.58 23.61 -
YUV 116.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 145 99 131 0 0.32 0.10 0.43 318.26 0.19 0.48
Hex 91 63 83 0 20 A 2B 13E 13 30
Octal 221 143 203 0 40 12 53 476 23 60
Binary 10010001 1100011 10000011 0 100000 1010 101011 100111110 10011 110000

Color Harmonies of #916383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916383

Black with #916383

Text Example


Text Example

White with #916383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916383; }

 p { color: rgb(145,99,131); }

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

background-color css

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

 a { background-color: rgb(145,99,131); }

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

border-color css

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

 span { border-color: rgb(145,99,131); }

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