Html Css Color HEX #9B538A Strikemaster

📋 copy color: '#9B538A'

red 155 ◦ green 83 ◦ blue 138

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

Shades of Strikemaster #9B538A

Tints of Strikemaster #9B538A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.7%

R = 41.22%
G = 22.07%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B538A (or 0x9B538A) is known color: Strikemaster. HEX triplet: 9B, 53 and 8A. RGB value is (155,83,138). Sum of RGB (Red+Green+Blue) = 155+83+138=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B538A is #64AC75. Grayscale: #6E6E6E. Windows color (decimal): -6597750 or 9065371. OLE color: 9065371.

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

Color convert

RGB 155 83 138 -
CMYK 0 0.46 0.11 0.39
HSL 314.17º 0.3% 0.47% -
HSV(B) 314.17º 0.46% 0.61% -
XYZ 21.2 14.99 25.82 -
YUV 110.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 155 83 138 0 0.46 0.11 0.39 314.17 0.3 0.47
Hex 9B 53 8A 0 2E B 27 13A 1E 2F
Octal 233 123 212 0 56 13 47 472 36 57
Binary 10011011 1010011 10001010 0 101110 1011 100111 100111010 11110 101111

Color Harmonies of #9B538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B538A

Black with #9B538A

Text Example


Text Example

White with #9B538A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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