Html Css Color HEX #965C7B Strikemaster

📋 copy color: '#965C7B'

red 150 ◦ green 92 ◦ blue 123

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

Shades of Strikemaster #965C7B

Tints of Strikemaster #965C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.7%

R = 41.1%
G = 25.21%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#965C7B (or 0x965C7B) is known color: Strikemaster. HEX triplet: 96, 5C and 7B. RGB value is (150,92,123). Sum of RGB (Red+Green+Blue) = 150+92+123=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #965C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965C7B is #69A384. Grayscale: #707070. Windows color (decimal): -6923141 or 8084630. OLE color: 8084630.

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

Color convert

RGB 150 92 123 -
CMYK 0 0.39 0.18 0.41
HSL 327.93º 0.24% 0.47% -
HSV(B) 327.93º 0.39% 0.59% -
XYZ 19.98 15.57 20.69 -
YUV 112.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 150 92 123 0 0.39 0.18 0.41 327.93 0.24 0.47
Hex 96 5C 7B 0 27 12 29 148 18 2F
Octal 226 134 173 0 47 22 51 510 30 57
Binary 10010110 1011100 1111011 0 100111 10010 101001 101001000 11000 101111

Color Harmonies of #965C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965C7B

Black with #965C7B

Text Example


Text Example

White with #965C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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