Html Css Color HEX #9B5084 Strikemaster

📋 copy color: '#9B5084'

red 155 ◦ green 80 ◦ blue 132

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

Shades of Strikemaster #9B5084

Tints of Strikemaster #9B5084

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.8%

 BLUE value IS 132 (51.95% from 255) = 35.97%

R = 42.23%
G = 21.8%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B5084 (or 0x9B5084) is known color: Strikemaster. HEX triplet: 9B, 50 and 84. RGB value is (155,80,132). Sum of RGB (Red+Green+Blue) = 155+80+132=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5084 is #64AF7B. Grayscale: #6C6C6C. Windows color (decimal): -6598524 or 8671387. OLE color: 8671387.

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

Color convert

RGB 155 80 132 -
CMYK 0 0.48 0.15 0.39
HSL 318.4º 0.32% 0.46% -
HSV(B) 318.4º 0.48% 0.61% -
XYZ 20.55 14.37 23.52 -
YUV 108.35 141.35 161.27 -
System Red Green Blue C M Y K H S L
Decimal 155 80 132 0 0.48 0.15 0.39 318.4 0.32 0.46
Hex 9B 50 84 0 30 F 27 13E 20 2E
Octal 233 120 204 0 60 17 47 476 40 56
Binary 10011011 1010000 10000100 0 110000 1111 100111 100111110 100000 101110

Color Harmonies of #9B5084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5084

Black with #9B5084

Text Example


Text Example

White with #9B5084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,80,132); }

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

background-color css

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

 a { background-color: rgb(155,80,132); }

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

border-color css

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

 span { border-color: rgb(155,80,132); }

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