Html Css Color HEX #9B5384 Strikemaster

📋 copy color: '#9B5384'

red 155 ◦ green 83 ◦ blue 132

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

Shades of Strikemaster #9B5384

Tints of Strikemaster #9B5384

RGB

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

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

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

R = 41.89%
G = 22.43%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B5384 (or 0x9B5384) is known color: Strikemaster. HEX triplet: 9B, 53 and 84. RGB value is (155,83,132). Sum of RGB (Red+Green+Blue) = 155+83+132=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5384 is #64AC7B. Grayscale: #6D6D6D. Windows color (decimal): -6597756 or 8672155. OLE color: 8672155.

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

Color convert

RGB 155 83 132 -
CMYK 0 0.46 0.15 0.39
HSL 319.17º 0.3% 0.47% -
HSV(B) 319.17º 0.46% 0.61% -
XYZ 20.78 14.82 23.6 -
YUV 110.11 140.35 160.02 -
System Red Green Blue C M Y K H S L
Decimal 155 83 132 0 0.46 0.15 0.39 319.17 0.3 0.47
Hex 9B 53 84 0 2E F 27 13F 1E 2F
Octal 233 123 204 0 56 17 47 477 36 57
Binary 10011011 1010011 10000100 0 101110 1111 100111 100111111 11110 101111

Color Harmonies of #9B5384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5384

Black with #9B5384

Text Example


Text Example

White with #9B5384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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