Html Css Color HEX #96517B Strikemaster

📋 copy color: '#96517B'

red 150 ◦ green 81 ◦ blue 123

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

Shades of Strikemaster #96517B

Tints of Strikemaster #96517B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.88%

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

R = 42.37%
G = 22.88%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96517B (or 0x96517B) is known color: Strikemaster. HEX triplet: 96, 51 and 7B. RGB value is (150,81,123). Sum of RGB (Red+Green+Blue) = 150+81+123=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #96517B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96517B is #69AE84. Grayscale: #6A6A6A. Windows color (decimal): -6925957 or 8081814. OLE color: 8081814.

HSL color Cylindrical-coordinate representation of color #96517B: hue angle of 323.48º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96517B is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 81 123 -
CMYK 0 0.46 0.18 0.41
HSL 323.48º 0.3% 0.45% -
HSV(B) 323.48º 0.46% 0.59% -
XYZ 19.1 13.8 20.4 -
YUV 106.42 137.36 159.08 -
System Red Green Blue C M Y K H S L
Decimal 150 81 123 0 0.46 0.18 0.41 323.48 0.3 0.45
Hex 96 51 7B 0 2E 12 29 143 1E 2D
Octal 226 121 173 0 56 22 51 503 36 55
Binary 10010110 1010001 1111011 0 101110 10010 101001 101000011 11110 101101

Color Harmonies of #96517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96517B

Black with #96517B

Text Example


Text Example

White with #96517B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96517B; }

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

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

background-color css

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

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

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

border-color css

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

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

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