Html Css Color HEX #96608B Strikemaster

📋 copy color: '#96608B'

red 150 ◦ green 96 ◦ blue 139

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

Shades of Strikemaster #96608B

Tints of Strikemaster #96608B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.94%

 BLUE value IS 139 (54.69% from 255) = 36.1%

R = 38.96%
G = 24.94%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96608B (or 0x96608B) is known color: Strikemaster. HEX triplet: 96, 60 and 8B. RGB value is (150,96,139). Sum of RGB (Red+Green+Blue) = 150+96+139=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #96608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96608B is #699F74. Grayscale: #747474. Windows color (decimal): -6922101 or 9134230. OLE color: 9134230.

HSL color Cylindrical-coordinate representation of color #96608B: hue angle of 312.22º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96608B is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 96 139 -
CMYK 0 0.36 0.07 0.41
HSL 312.22º 0.22% 0.48% -
HSV(B) 312.22º 0.36% 0.59% -
XYZ 21.42 16.71 26.52 -
YUV 117.05 140.39 151.5 -
System Red Green Blue C M Y K H S L
Decimal 150 96 139 0 0.36 0.07 0.41 312.22 0.22 0.48
Hex 96 60 8B 0 24 7 29 138 16 30
Octal 226 140 213 0 44 7 51 470 26 60
Binary 10010110 1100000 10001011 0 100100 111 101001 100111000 10110 110000

Color Harmonies of #96608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96608B

Black with #96608B

Text Example


Text Example

White with #96608B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,96,139); }

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

background-color css

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

 a { background-color: rgb(150,96,139); }

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

border-color css

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

 span { border-color: rgb(150,96,139); }

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