Html Css Color HEX #965D81 Strikemaster

📋 copy color: '#965D81'

red 150 ◦ green 93 ◦ blue 129

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

Shades of Strikemaster #965D81

Tints of Strikemaster #965D81

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25%

 BLUE value IS 129 (50.78% from 255) = 34.68%

R = 40.32%
G = 25%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#965D81 (or 0x965D81) is known color: Strikemaster. HEX triplet: 96, 5D and 81. RGB value is (150,93,129). Sum of RGB (Red+Green+Blue) = 150+93+129=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #965D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965D81 is #69A27E. Grayscale: #727272. Windows color (decimal): -6922879 or 8478102. OLE color: 8478102.

HSL color Cylindrical-coordinate representation of color #965D81: hue angle of 322.11º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #965D81 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 93 129 -
CMYK 0 0.38 0.14 0.41
HSL 322.11º 0.23% 0.48% -
HSV(B) 322.11º 0.38% 0.59% -
XYZ 20.45 15.9 22.76 -
YUV 114.15 136.38 153.57 -
System Red Green Blue C M Y K H S L
Decimal 150 93 129 0 0.38 0.14 0.41 322.11 0.23 0.48
Hex 96 5D 81 0 26 E 29 142 17 30
Octal 226 135 201 0 46 16 51 502 27 60
Binary 10010110 1011101 10000001 0 100110 1110 101001 101000010 10111 110000

Color Harmonies of #965D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965D81

Black with #965D81

Text Example


Text Example

White with #965D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965D81; }

 p { color: rgb(150,93,129); }

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

background-color css

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

 a { background-color: rgb(150,93,129); }

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

border-color css

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

 span { border-color: rgb(150,93,129); }

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