Html Css Color HEX #9B527C Strikemaster

📋 copy color: '#9B527C'

red 155 ◦ green 82 ◦ blue 124

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

Shades of Strikemaster #9B527C

Tints of Strikemaster #9B527C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.35%

R = 42.94%
G = 22.71%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B527C (or 0x9B527C) is known color: Strikemaster. HEX triplet: 9B, 52 and 7C. RGB value is (155,82,124). Sum of RGB (Red+Green+Blue) = 155+82+124=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B527C is #64AD83. Grayscale: #6C6C6C. Windows color (decimal): -6598020 or 8147611. OLE color: 8147611.

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

Color convert

RGB 155 82 124 -
CMYK 0 0.47 0.2 0.39
HSL 325.48º 0.31% 0.46% -
HSV(B) 325.48º 0.47% 0.61% -
XYZ 20.17 14.46 20.8 -
YUV 108.62 136.68 161.08 -
System Red Green Blue C M Y K H S L
Decimal 155 82 124 0 0.47 0.2 0.39 325.48 0.31 0.46
Hex 9B 52 7C 0 2F 14 27 145 1F 2E
Octal 233 122 174 0 57 24 47 505 37 56
Binary 10011011 1010010 1111100 0 101111 10100 100111 101000101 11111 101110

Color Harmonies of #9B527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B527C

Black with #9B527C

Text Example


Text Example

White with #9B527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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