Html Css Color HEX #9F668B Strikemaster

📋 copy color: '#9F668B'

red 159 ◦ green 102 ◦ blue 139

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

Shades of Strikemaster #9F668B

Tints of Strikemaster #9F668B

RGB

 RED value IS 159 (62.5% from 255) = 39.75%

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

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

R = 39.75%
G = 25.5%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F668B (or 0x9F668B) is known color: Strikemaster. HEX triplet: 9F, 66 and 8B. RGB value is (159,102,139). Sum of RGB (Red+Green+Blue) = 159+102+139=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F668B is #609974. Grayscale: #7B7B7B. Windows color (decimal): -6330741 or 9135775. OLE color: 9135775.

HSL color Cylindrical-coordinate representation of color #9F668B: hue angle of 321.05º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F668B is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 102 139 -
CMYK 0 0.36 0.13 0.38
HSL 321.05º 0.23% 0.51% -
HSV(B) 321.05º 0.36% 0.62% -
XYZ 23.71 18.74 26.79 -
YUV 123.26 136.88 153.49 -
System Red Green Blue C M Y K H S L
Decimal 159 102 139 0 0.36 0.13 0.38 321.05 0.23 0.51
Hex 9F 66 8B 0 24 D 26 141 17 33
Octal 237 146 213 0 44 15 46 501 27 63
Binary 10011111 1100110 10001011 0 100100 1101 100110 101000001 10111 110011

Color Harmonies of #9F668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F668B

Black with #9F668B

Text Example


Text Example

White with #9F668B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F668B; }

 p { color: rgb(159,102,139); }

 H1.HeaderClassName
 {
   color: #9F668B;
 }
 .AnyTagClassName
 {
   color: #9F668B;
 }
</style>

background-color css

<style>
 a { background-color: #9F668B; }

 a { background-color: rgb(159,102,139); }

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

border-color css

<style>
 span { border-color: #9F668B; }

 span { border-color: rgb(159,102,139); }

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