Html Css Color HEX #9B5D8A Strikemaster

📋 copy color: '#9B5D8A'

red 155 ◦ green 93 ◦ blue 138

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

Shades of Strikemaster #9B5D8A

Tints of Strikemaster #9B5D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.75%

R = 40.16%
G = 24.09%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B5D8A (or 0x9B5D8A) is known color: Strikemaster. HEX triplet: 9B, 5D and 8A. RGB value is (155,93,138). Sum of RGB (Red+Green+Blue) = 155+93+138=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5D8A is #64A275. Grayscale: #747474. Windows color (decimal): -6595190 or 9067931. OLE color: 9067931.

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

Color convert

RGB 155 93 138 -
CMYK 0 0.4 0.11 0.39
HSL 316.45º 0.25% 0.49% -
HSV(B) 316.45º 0.4% 0.61% -
XYZ 22.02 16.63 26.09 -
YUV 116.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 155 93 138 0 0.4 0.11 0.39 316.45 0.25 0.49
Hex 9B 5D 8A 0 28 B 27 13C 19 31
Octal 233 135 212 0 50 13 47 474 31 61
Binary 10011011 1011101 10001010 0 101000 1011 100111 100111100 11001 110001

Color Harmonies of #9B5D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D8A

Black with #9B5D8A

Text Example


Text Example

White with #9B5D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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