Html Css Color HEX #965488 Strikemaster

📋 copy color: '#965488'

red 150 ◦ green 84 ◦ blue 136

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

Shades of Strikemaster #965488

Tints of Strikemaster #965488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.76%

R = 40.54%
G = 22.7%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#965488 (or 0x965488) is known color: Strikemaster. HEX triplet: 96, 54 and 88. RGB value is (150,84,136). Sum of RGB (Red+Green+Blue) = 150+84+136=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #965488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965488 is #69AB77. Grayscale: #6D6D6D. Windows color (decimal): -6925176 or 8934550. OLE color: 8934550.

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

Color convert

RGB 150 84 136 -
CMYK 0 0.44 0.09 0.41
HSL 312.73º 0.28% 0.46% -
HSV(B) 312.73º 0.44% 0.59% -
XYZ 20.19 14.6 25.05 -
YUV 109.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 150 84 136 0 0.44 0.09 0.41 312.73 0.28 0.46
Hex 96 54 88 0 2C 9 29 139 1C 2E
Octal 226 124 210 0 54 11 51 471 34 56
Binary 10010110 1010100 10001000 0 101100 1001 101001 100111001 11100 101110

Color Harmonies of #965488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965488

Black with #965488

Text Example


Text Example

White with #965488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965488; }

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

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

background-color css

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

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

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

border-color css

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

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

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