Html Css Color HEX #9B5E8D Strikemaster

📋 copy color: '#9B5E8D'

red 155 ◦ green 94 ◦ blue 141

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

Shades of Strikemaster #9B5E8D

Tints of Strikemaster #9B5E8D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.1%

 BLUE value IS 141 (55.47% from 255) = 36.15%

R = 39.74%
G = 24.1%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B5E8D (or 0x9B5E8D) is known color: Strikemaster. HEX triplet: 9B, 5E and 8D. RGB value is (155,94,141). Sum of RGB (Red+Green+Blue) = 155+94+141=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5E8D is #64A172. Grayscale: #757575. Windows color (decimal): -6594931 or 9264795. OLE color: 9264795.

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

Color convert

RGB 155 94 141 -
CMYK 0 0.39 0.09 0.39
HSL 313.77º 0.24% 0.49% -
HSV(B) 313.77º 0.39% 0.61% -
XYZ 22.33 16.9 27.28 -
YUV 117.6 141.21 154.68 -
System Red Green Blue C M Y K H S L
Decimal 155 94 141 0 0.39 0.09 0.39 313.77 0.24 0.49
Hex 9B 5E 8D 0 27 9 27 13A 18 31
Octal 233 136 215 0 47 11 47 472 30 61
Binary 10011011 1011110 10001101 0 100111 1001 100111 100111010 11000 110001

Color Harmonies of #9B5E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5E8D

Black with #9B5E8D

Text Example


Text Example

White with #9B5E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,94,141); }

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

background-color css

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

 a { background-color: rgb(155,94,141); }

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

border-color css

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

 span { border-color: rgb(155,94,141); }

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