Html Css Color HEX #967082 Strikemaster

📋 copy color: '#967082'

red 150 ◦ green 112 ◦ blue 130

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

Shades of Strikemaster #967082

Tints of Strikemaster #967082

RGB

 RED value IS 150 (58.98% from 255) = 38.27%

 GREEN value IS 112 (44.14% from 255) = 28.57%

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

R = 38.27%
G = 28.57%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#967082 (or 0x967082) is known color: Strikemaster. HEX triplet: 96, 70 and 82. RGB value is (150,112,130). Sum of RGB (Red+Green+Blue) = 150+112+130=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #967082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967082 is #698F7D. Grayscale: #7D7D7D. Windows color (decimal): -6918014 or 8548502. OLE color: 8548502.

HSL color Cylindrical-coordinate representation of color #967082: hue angle of 331.58º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #967082 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 130 -
CMYK 0 0.25 0.13 0.41
HSL 331.58º 0.15% 0.51% -
HSV(B) 331.58º 0.25% 0.59% -
XYZ 22.4 19.68 23.74 -
YUV 125.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 150 112 130 0 0.25 0.13 0.41 331.58 0.15 0.51
Hex 96 70 82 0 19 D 29 14C F 33
Octal 226 160 202 0 31 15 51 514 17 63
Binary 10010110 1110000 10000010 0 11001 1101 101001 101001100 1111 110011

Color Harmonies of #967082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967082

Black with #967082

Text Example


Text Example

White with #967082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967082; }

 p { color: rgb(150,112,130); }

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

background-color css

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

 a { background-color: rgb(150,112,130); }

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

border-color css

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

 span { border-color: rgb(150,112,130); }

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