Html Css Color HEX #9B6985 Strikemaster

📋 copy color: '#9B6985'

red 155 ◦ green 105 ◦ blue 133

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

Shades of Strikemaster #9B6985

Tints of Strikemaster #9B6985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 39.44%
G = 26.72%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B6985 (or 0x9B6985) is known color: Strikemaster. HEX triplet: 9B, 69 and 85. RGB value is (155,105,133). Sum of RGB (Red+Green+Blue) = 155+105+133=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6985 is #64967A. Grayscale: #7B7B7B. Windows color (decimal): -6592123 or 8743323. OLE color: 8743323.

HSL color Cylindrical-coordinate representation of color #9B6985: hue angle of 326.4º 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 #9B6985 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 105 133 -
CMYK 0 0.32 0.14 0.39
HSL 326.4º 0.2% 0.51% -
HSV(B) 326.4º 0.32% 0.61% -
XYZ 22.8 18.77 24.61 -
YUV 123.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 155 105 133 0 0.32 0.14 0.39 326.4 0.2 0.51
Hex 9B 69 85 0 20 E 27 146 14 33
Octal 233 151 205 0 40 16 47 506 24 63
Binary 10011011 1101001 10000101 0 100000 1110 100111 101000110 10100 110011

Color Harmonies of #9B6985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6985

Black with #9B6985

Text Example


Text Example

White with #9B6985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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