Html Css Color HEX #965C7D Strikemaster

📋 copy color: '#965C7D'

red 150 ◦ green 92 ◦ blue 125

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

Shades of Strikemaster #965C7D

Tints of Strikemaster #965C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.07%

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 40.87%
G = 25.07%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#965C7D (or 0x965C7D) is known color: Strikemaster. HEX triplet: 96, 5C and 7D. RGB value is (150,92,125). Sum of RGB (Red+Green+Blue) = 150+92+125=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #965C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965C7D is #69A382. Grayscale: #717171. Windows color (decimal): -6923139 or 8215702. OLE color: 8215702.

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

Color convert

RGB 150 92 125 -
CMYK 0 0.39 0.17 0.41
HSL 325.86º 0.24% 0.47% -
HSV(B) 325.86º 0.39% 0.59% -
XYZ 20.11 15.62 21.36 -
YUV 113.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 150 92 125 0 0.39 0.17 0.41 325.86 0.24 0.47
Hex 96 5C 7D 0 27 11 29 146 18 2F
Octal 226 134 175 0 47 21 51 506 30 57
Binary 10010110 1011100 1111101 0 100111 10001 101001 101000110 11000 101111

Color Harmonies of #965C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965C7D

Black with #965C7D

Text Example


Text Example

White with #965C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,92,125); }

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

background-color css

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

 a { background-color: rgb(150,92,125); }

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

border-color css

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

 span { border-color: rgb(150,92,125); }

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