Html Css Color HEX #965983 Strikemaster

📋 copy color: '#965983'

red 150 ◦ green 89 ◦ blue 131

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

Shades of Strikemaster #965983

Tints of Strikemaster #965983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.41%

R = 40.54%
G = 24.05%
B = 35.41%

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

#965983 (or 0x965983) is known color: Strikemaster. HEX triplet: 96, 59 and 83. RGB value is (150,89,131). Sum of RGB (Red+Green+Blue) = 150+89+131=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #965983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965983 is #69A67C. Grayscale: #6F6F6F. Windows color (decimal): -6923901 or 8608150. OLE color: 8608150.

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

Color convert

RGB 150 89 131 -
CMYK 0 0.41 0.13 0.41
HSL 318.69º 0.26% 0.47% -
HSV(B) 318.69º 0.41% 0.59% -
XYZ 20.25 15.27 23.35 -
YUV 112.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 150 89 131 0 0.41 0.13 0.41 318.69 0.26 0.47
Hex 96 59 83 0 29 D 29 13F 1A 2F
Octal 226 131 203 0 51 15 51 477 32 57
Binary 10010110 1011001 10000011 0 101001 1101 101001 100111111 11010 101111

Color Harmonies of #965983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965983

Black with #965983

Text Example


Text Example

White with #965983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965983; }

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

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

background-color css

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

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

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

border-color css

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

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

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