Html Css Color HEX #9B5581 Strikemaster

📋 copy color: '#9B5581'

red 155 ◦ green 85 ◦ blue 129

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

Shades of Strikemaster #9B5581

Tints of Strikemaster #9B5581

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.04%

 BLUE value IS 129 (50.78% from 255) = 34.96%

R = 42.01%
G = 23.04%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9B5581 (or 0x9B5581) is known color: Strikemaster. HEX triplet: 9B, 55 and 81. RGB value is (155,85,129). Sum of RGB (Red+Green+Blue) = 155+85+129=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5581 is #64AA7E. Grayscale: #6E6E6E. Windows color (decimal): -6597247 or 8476059. OLE color: 8476059.

HSL color Cylindrical-coordinate representation of color #9B5581: hue angle of 322.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B5581 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 85 129 -
CMYK 0 0.45 0.17 0.39
HSL 322.29º 0.29% 0.47% -
HSV(B) 322.29º 0.45% 0.61% -
XYZ 20.73 15.05 22.58 -
YUV 110.95 138.19 159.42 -
System Red Green Blue C M Y K H S L
Decimal 155 85 129 0 0.45 0.17 0.39 322.29 0.29 0.47
Hex 9B 55 81 0 2D 11 27 142 1D 2F
Octal 233 125 201 0 55 21 47 502 35 57
Binary 10011011 1010101 10000001 0 101101 10001 100111 101000010 11101 101111

Color Harmonies of #9B5581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5581

Black with #9B5581

Text Example


Text Example

White with #9B5581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,85,129); }

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

background-color css

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

 a { background-color: rgb(155,85,129); }

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

border-color css

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

 span { border-color: rgb(155,85,129); }

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