Html Css Color HEX #9B5885 Strikemaster

📋 copy color: '#9B5885'

red 155 ◦ green 88 ◦ blue 133

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

Shades of Strikemaster #9B5885

Tints of Strikemaster #9B5885

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.4%

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

R = 41.22%
G = 23.4%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B5885 (or 0x9B5885) is known color: Strikemaster. HEX triplet: 9B, 58 and 85. RGB value is (155,88,133). Sum of RGB (Red+Green+Blue) = 155+88+133=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5885 is #64A77A. Grayscale: #717171. Windows color (decimal): -6596475 or 8738971. OLE color: 8738971.

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

Color convert

RGB 155 88 133 -
CMYK 0 0.43 0.14 0.39
HSL 319.7º 0.28% 0.48% -
HSV(B) 319.7º 0.43% 0.61% -
XYZ 21.24 15.64 24.09 -
YUV 113.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 155 88 133 0 0.43 0.14 0.39 319.7 0.28 0.48
Hex 9B 58 85 0 2B E 27 140 1C 30
Octal 233 130 205 0 53 16 47 500 34 60
Binary 10011011 1011000 10000101 0 101011 1110 100111 101000000 11100 110000

Color Harmonies of #9B5885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5885

Black with #9B5885

Text Example


Text Example

White with #9B5885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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