Html Css Color HEX #965482 Strikemaster

📋 copy color: '#965482'

red 150 ◦ green 84 ◦ blue 130

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

Shades of Strikemaster #965482

Tints of Strikemaster #965482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.08%

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

R = 41.21%
G = 23.08%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#965482 (or 0x965482) is known color: Strikemaster. HEX triplet: 96, 54 and 82. RGB value is (150,84,130). Sum of RGB (Red+Green+Blue) = 150+84+130=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #965482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965482 is #69AB7D. Grayscale: #6C6C6C. Windows color (decimal): -6925182 or 8541334. OLE color: 8541334.

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

Color convert

RGB 150 84 130 -
CMYK 0 0.44 0.13 0.41
HSL 318.18º 0.28% 0.46% -
HSV(B) 318.18º 0.44% 0.59% -
XYZ 19.78 14.44 22.86 -
YUV 108.98 139.87 157.26 -
System Red Green Blue C M Y K H S L
Decimal 150 84 130 0 0.44 0.13 0.41 318.18 0.28 0.46
Hex 96 54 82 0 2C D 29 13E 1C 2E
Octal 226 124 202 0 54 15 51 476 34 56
Binary 10010110 1010100 10000010 0 101100 1101 101001 100111110 11100 101110

Color Harmonies of #965482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965482

Black with #965482

Text Example


Text Example

White with #965482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965482; }

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

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

background-color css

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

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

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

border-color css

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

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

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