Html Css Color HEX #96668D Strikemaster

📋 copy color: '#96668D'

red 150 ◦ green 102 ◦ blue 141

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

Shades of Strikemaster #96668D

Tints of Strikemaster #96668D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.95%

 BLUE value IS 141 (55.47% from 255) = 35.88%

R = 38.17%
G = 25.95%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96668D (or 0x96668D) is known color: Strikemaster. HEX triplet: 96, 66 and 8D. RGB value is (150,102,141). Sum of RGB (Red+Green+Blue) = 150+102+141=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #96668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96668D is #699972. Grayscale: #787878. Windows color (decimal): -6920563 or 9266838. OLE color: 9266838.

HSL color Cylindrical-coordinate representation of color #96668D: hue angle of 311.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96668D is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 102 141 -
CMYK 0 0.32 0.06 0.41
HSL 311.25º 0.19% 0.49% -
HSV(B) 311.25º 0.32% 0.59% -
XYZ 22.14 17.91 27.49 -
YUV 120.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 150 102 141 0 0.32 0.06 0.41 311.25 0.19 0.49
Hex 96 66 8D 0 20 6 29 137 13 31
Octal 226 146 215 0 40 6 51 467 23 61
Binary 10010110 1100110 10001101 0 100000 110 101001 100110111 10011 110001

Color Harmonies of #96668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96668D

Black with #96668D

Text Example


Text Example

White with #96668D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,102,141); }

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

background-color css

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

 a { background-color: rgb(150,102,141); }

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

border-color css

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

 span { border-color: rgb(150,102,141); }

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