Html Css Color HEX #965982 Strikemaster

📋 copy color: '#965982'

red 150 ◦ green 89 ◦ blue 130

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

Shades of Strikemaster #965982

Tints of Strikemaster #965982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.12%

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

R = 40.65%
G = 24.12%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#965982 (or 0x965982) is known color: Strikemaster. HEX triplet: 96, 59 and 82. RGB value is (150,89,130). Sum of RGB (Red+Green+Blue) = 150+89+130=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #965982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965982 is #69A67D. Grayscale: #6F6F6F. Windows color (decimal): -6923902 or 8542614. OLE color: 8542614.

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

Color convert

RGB 150 89 130 -
CMYK 0 0.41 0.13 0.41
HSL 319.67º 0.26% 0.47% -
HSV(B) 319.67º 0.41% 0.59% -
XYZ 20.18 15.24 23 -
YUV 111.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 150 89 130 0 0.41 0.13 0.41 319.67 0.26 0.47
Hex 96 59 82 0 29 D 29 140 1A 2F
Octal 226 131 202 0 51 15 51 500 32 57
Binary 10010110 1011001 10000010 0 101001 1101 101001 101000000 11010 101111

Color Harmonies of #965982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965982

Black with #965982

Text Example


Text Example

White with #965982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965982; }

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

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

background-color css

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

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

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

border-color css

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

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

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