Html Css Color HEX #965484 Strikemaster

📋 copy color: '#965484'

red 150 ◦ green 84 ◦ blue 132

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

Shades of Strikemaster #965484

Tints of Strikemaster #965484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.07%

R = 40.98%
G = 22.95%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#965484 (or 0x965484) is known color: Strikemaster. HEX triplet: 96, 54 and 84. RGB value is (150,84,132). Sum of RGB (Red+Green+Blue) = 150+84+132=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #965484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965484 is #69AB7B. Grayscale: #6D6D6D. Windows color (decimal): -6925180 or 8672406. OLE color: 8672406.

HSL color Cylindrical-coordinate representation of color #965484: hue angle of 316.36º 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 #965484 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 84 132 -
CMYK 0 0.44 0.12 0.41
HSL 316.36º 0.28% 0.46% -
HSV(B) 316.36º 0.44% 0.59% -
XYZ 19.91 14.49 23.58 -
YUV 109.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 150 84 132 0 0.44 0.12 0.41 316.36 0.28 0.46
Hex 96 54 84 0 2C C 29 13C 1C 2E
Octal 226 124 204 0 54 14 51 474 34 56
Binary 10010110 1010100 10000100 0 101100 1100 101001 100111100 11100 101110

Color Harmonies of #965484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965484

Black with #965484

Text Example


Text Example

White with #965484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965484; }

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

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

background-color css

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

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

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

border-color css

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

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

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