Html Css Color HEX #96618B Strikemaster

📋 copy color: '#96618B'

red 150 ◦ green 97 ◦ blue 139

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

Shades of Strikemaster #96618B

Tints of Strikemaster #96618B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.13%

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

R = 38.86%
G = 25.13%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96618B (or 0x96618B) is known color: Strikemaster. HEX triplet: 96, 61 and 8B. RGB value is (150,97,139). Sum of RGB (Red+Green+Blue) = 150+97+139=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #96618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96618B is #699E74. Grayscale: #757575. Windows color (decimal): -6921845 or 9134486. OLE color: 9134486.

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

Color convert

RGB 150 97 139 -
CMYK 0 0.35 0.07 0.41
HSL 312.45º 0.21% 0.48% -
HSV(B) 312.45º 0.35% 0.59% -
XYZ 21.51 16.9 26.55 -
YUV 117.64 140.06 151.08 -
System Red Green Blue C M Y K H S L
Decimal 150 97 139 0 0.35 0.07 0.41 312.45 0.21 0.48
Hex 96 61 8B 0 23 7 29 138 15 30
Octal 226 141 213 0 43 7 51 470 25 60
Binary 10010110 1100001 10001011 0 100011 111 101001 100111000 10101 110000

Color Harmonies of #96618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96618B

Black with #96618B

Text Example


Text Example

White with #96618B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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