Html Css Color HEX #9B5D85 Strikemaster

📋 copy color: '#9B5D85'

red 155 ◦ green 93 ◦ blue 133

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

Shades of Strikemaster #9B5D85

Tints of Strikemaster #9B5D85

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.41%

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

R = 40.68%
G = 24.41%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B5D85 (or 0x9B5D85) is known color: Strikemaster. HEX triplet: 9B, 5D and 85. RGB value is (155,93,133). Sum of RGB (Red+Green+Blue) = 155+93+133=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5D85 is #64A27A. Grayscale: #747474. Windows color (decimal): -6595195 or 8740251. OLE color: 8740251.

HSL color Cylindrical-coordinate representation of color #9B5D85: hue angle of 321.29º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B5D85 is Cyan = 0, Magento = 0.4, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 93 133 -
CMYK 0 0.4 0.14 0.39
HSL 321.29º 0.25% 0.49% -
HSV(B) 321.29º 0.4% 0.61% -
XYZ 21.67 16.49 24.23 -
YUV 116.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 155 93 133 0 0.4 0.14 0.39 321.29 0.25 0.49
Hex 9B 5D 85 0 28 E 27 141 19 31
Octal 233 135 205 0 50 16 47 501 31 61
Binary 10011011 1011101 10000101 0 101000 1110 100111 101000001 11001 110001

Color Harmonies of #9B5D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D85

Black with #9B5D85

Text Example


Text Example

White with #9B5D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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