Html Css Color HEX #9B527A Strikemaster

📋 copy color: '#9B527A'

red 155 ◦ green 82 ◦ blue 122

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

Shades of Strikemaster #9B527A

Tints of Strikemaster #9B527A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.84%

 BLUE value IS 122 (48.05% from 255) = 33.98%

R = 43.18%
G = 22.84%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B527A (or 0x9B527A) is known color: Strikemaster. HEX triplet: 9B, 52 and 7A. RGB value is (155,82,122). Sum of RGB (Red+Green+Blue) = 155+82+122=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 155 - color contains mainly: red. Hex color #9B527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B527A is #64AD85. Grayscale: #6C6C6C. Windows color (decimal): -6598022 or 8016539. OLE color: 8016539.

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

Color convert

RGB 155 82 122 -
CMYK 0 0.47 0.21 0.39
HSL 327.12º 0.31% 0.46% -
HSV(B) 327.12º 0.47% 0.61% -
XYZ 20.05 14.41 20.14 -
YUV 108.39 135.68 161.25 -
System Red Green Blue C M Y K H S L
Decimal 155 82 122 0 0.47 0.21 0.39 327.12 0.31 0.46
Hex 9B 52 7A 0 2F 15 27 147 1F 2E
Octal 233 122 172 0 57 25 47 507 37 56
Binary 10011011 1010010 1111010 0 101111 10101 100111 101000111 11111 101110

Color Harmonies of #9B527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B527A

Black with #9B527A

Text Example


Text Example

White with #9B527A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,82,122); }

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

background-color css

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

 a { background-color: rgb(155,82,122); }

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

border-color css

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

 span { border-color: rgb(155,82,122); }

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