Html Css Color HEX #9B5381 Strikemaster

📋 copy color: '#9B5381'

red 155 ◦ green 83 ◦ blue 129

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

Shades of Strikemaster #9B5381

Tints of Strikemaster #9B5381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.62%

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

R = 42.23%
G = 22.62%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9B5381 (or 0x9B5381) is known color: Strikemaster. HEX triplet: 9B, 53 and 81. RGB value is (155,83,129). Sum of RGB (Red+Green+Blue) = 155+83+129=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5381 is #64AC7E. Grayscale: #6D6D6D. Windows color (decimal): -6597759 or 8475547. OLE color: 8475547.

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

Color convert

RGB 155 83 129 -
CMYK 0 0.46 0.17 0.39
HSL 321.67º 0.3% 0.47% -
HSV(B) 321.67º 0.46% 0.61% -
XYZ 20.57 14.74 22.53 -
YUV 109.77 138.85 160.26 -
System Red Green Blue C M Y K H S L
Decimal 155 83 129 0 0.46 0.17 0.39 321.67 0.3 0.47
Hex 9B 53 81 0 2E 11 27 142 1E 2F
Octal 233 123 201 0 56 21 47 502 36 57
Binary 10011011 1010011 10000001 0 101110 10001 100111 101000010 11110 101111

Color Harmonies of #9B5381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5381

Black with #9B5381

Text Example


Text Example

White with #9B5381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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