Html Css Color HEX #9B5F8D Strikemaster

📋 copy color: '#9B5F8D'

red 155 ◦ green 95 ◦ blue 141

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

Shades of Strikemaster #9B5F8D

Tints of Strikemaster #9B5F8D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.3%

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

R = 39.64%
G = 24.3%
B = 36.06%

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

#9B5F8D (or 0x9B5F8D) is known color: Strikemaster. HEX triplet: 9B, 5F and 8D. RGB value is (155,95,141). Sum of RGB (Red+Green+Blue) = 155+95+141=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5F8D is #64A072. Grayscale: #767676. Windows color (decimal): -6594675 or 9265051. OLE color: 9265051.

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

Color convert

RGB 155 95 141 -
CMYK 0 0.39 0.09 0.39
HSL 314º 0.24% 0.49% -
HSV(B) 314º 0.39% 0.61% -
XYZ 22.42 17.08 27.31 -
YUV 118.18 140.88 154.26 -
System Red Green Blue C M Y K H S L
Decimal 155 95 141 0 0.39 0.09 0.39 314 0.24 0.49
Hex 9B 5F 8D 0 27 9 27 13A 18 31
Octal 233 137 215 0 47 11 47 472 30 61
Binary 10011011 1011111 10001101 0 100111 1001 100111 100111010 11000 110001

Color Harmonies of #9B5F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5F8D

Black with #9B5F8D

Text Example


Text Example

White with #9B5F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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