Html Css Color HEX #9B698C Strikemaster

📋 copy color: '#9B698C'

red 155 ◦ green 105 ◦ blue 140

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

Shades of Strikemaster #9B698C

Tints of Strikemaster #9B698C

RGB

 RED value IS 155 (60.94% from 255) = 38.75%

 GREEN value IS 105 (41.41% from 255) = 26.25%

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

R = 38.75%
G = 26.25%
B = 35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B698C (or 0x9B698C) is known color: Strikemaster. HEX triplet: 9B, 69 and 8C. RGB value is (155,105,140). Sum of RGB (Red+Green+Blue) = 155+105+140=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 155 - color contains mainly: red. Hex color #9B698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B698C is #649673. Grayscale: #7B7B7B. Windows color (decimal): -6592116 or 9202075. OLE color: 9202075.

HSL color Cylindrical-coordinate representation of color #9B698C: hue angle of 318º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B698C is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 105 140 -
CMYK 0 0.32 0.10 0.39
HSL 318º 0.2% 0.51% -
HSV(B) 318º 0.32% 0.61% -
XYZ 23.3 18.97 27.24 -
YUV 123.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 155 105 140 0 0.32 0.10 0.39 318 0.2 0.51
Hex 9B 69 8C 0 20 A 27 13E 14 33
Octal 233 151 214 0 40 12 47 476 24 63
Binary 10011011 1101001 10001100 0 100000 1010 100111 100111110 10100 110011

Color Harmonies of #9B698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B698C

Black with #9B698C

Text Example


Text Example

White with #9B698C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,105,140); }

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

background-color css

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

 a { background-color: rgb(155,105,140); }

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

border-color css

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

 span { border-color: rgb(155,105,140); }

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