Html Css Color HEX #96668C Strikemaster

📋 copy color: '#96668C'

red 150 ◦ green 102 ◦ blue 140

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

Shades of Strikemaster #96668C

Tints of Strikemaster #96668C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.71%

R = 38.27%
G = 26.02%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96668C (or 0x96668C) is known color: Strikemaster. HEX triplet: 96, 66 and 8C. RGB value is (150,102,140). Sum of RGB (Red+Green+Blue) = 150+102+140=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #96668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96668C is #699973. Grayscale: #787878. Windows color (decimal): -6920564 or 9201302. OLE color: 9201302.

HSL color Cylindrical-coordinate representation of color #96668C: hue angle of 312.5º 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 #96668C is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 102 140 -
CMYK 0 0.32 0.07 0.41
HSL 312.5º 0.19% 0.49% -
HSV(B) 312.5º 0.32% 0.59% -
XYZ 22.06 17.88 27.1 -
YUV 120.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 150 102 140 0 0.32 0.07 0.41 312.5 0.19 0.49
Hex 96 66 8C 0 20 7 29 138 13 31
Octal 226 146 214 0 40 7 51 470 23 61
Binary 10010110 1100110 10001100 0 100000 111 101001 100111000 10011 110001

Color Harmonies of #96668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96668C

Black with #96668C

Text Example


Text Example

White with #96668C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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