Html Css Color HEX #926382 Strikemaster

📋 copy color: '#926382'

red 146 ◦ green 99 ◦ blue 130

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

Shades of Strikemaster #926382

Tints of Strikemaster #926382

RGB

 RED value IS 146 (57.42% from 255) = 38.93%

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

 BLUE value IS 130 (51.17% from 255) = 34.67%

R = 38.93%
G = 26.4%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#926382 (or 0x926382) is known color: Strikemaster. HEX triplet: 92, 63 and 82. RGB value is (146,99,130). Sum of RGB (Red+Green+Blue) = 146+99+130=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #926382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926382 is #6D9C7D. Grayscale: #747474. Windows color (decimal): -7183486 or 8545170. OLE color: 8545170.

HSL color Cylindrical-coordinate representation of color #926382: hue angle of 320.43º 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 #926382 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 99 130 -
CMYK 0 0.32 0.11 0.43
HSL 320.43º 0.19% 0.48% -
HSV(B) 320.43º 0.32% 0.57% -
XYZ 20.35 16.65 23.26 -
YUV 116.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 146 99 130 0 0.32 0.11 0.43 320.43 0.19 0.48
Hex 92 63 82 0 20 B 2B 140 13 30
Octal 222 143 202 0 40 13 53 500 23 60
Binary 10010010 1100011 10000010 0 100000 1011 101011 101000000 10011 110000

Color Harmonies of #926382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926382

Black with #926382

Text Example


Text Example

White with #926382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926382; }

 p { color: rgb(146,99,130); }

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

background-color css

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

 a { background-color: rgb(146,99,130); }

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

border-color css

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

 span { border-color: rgb(146,99,130); }

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