Html Css Color HEX #96477D Strikemaster

📋 copy color: '#96477D'

red 150 ◦ green 71 ◦ blue 125

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

Shades of Strikemaster #96477D

Tints of Strikemaster #96477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.52%

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

R = 43.35%
G = 20.52%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96477D (or 0x96477D) is known color: Strikemaster. HEX triplet: 96, 47 and 7D. RGB value is (150,71,125). Sum of RGB (Red+Green+Blue) = 150+71+125=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #96477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96477D is #69B882. Grayscale: #646464. Windows color (decimal): -6928515 or 8210326. OLE color: 8210326.

HSL color Cylindrical-coordinate representation of color #96477D: hue angle of 318.99º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96477D is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 71 125 -
CMYK 0 0.53 0.17 0.41
HSL 318.99º 0.36% 0.43% -
HSV(B) 318.99º 0.53% 0.59% -
XYZ 18.53 12.47 20.83 -
YUV 100.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 150 71 125 0 0.53 0.17 0.41 318.99 0.36 0.43
Hex 96 47 7D 0 35 11 29 13F 24 2B
Octal 226 107 175 0 65 21 51 477 44 53
Binary 10010110 1000111 1111101 0 110101 10001 101001 100111111 100100 101011

Color Harmonies of #96477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96477D

Black with #96477D

Text Example


Text Example

White with #96477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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