Html Css Color HEX #9B527D Strikemaster

📋 copy color: '#9B527D'

red 155 ◦ green 82 ◦ blue 125

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

Shades of Strikemaster #9B527D

Tints of Strikemaster #9B527D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.53%

R = 42.82%
G = 22.65%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B527D (or 0x9B527D) is known color: Strikemaster. HEX triplet: 9B, 52 and 7D. RGB value is (155,82,125). Sum of RGB (Red+Green+Blue) = 155+82+125=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B527D is #64AD82. Grayscale: #6C6C6C. Windows color (decimal): -6598019 or 8213147. OLE color: 8213147.

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

Color convert

RGB 155 82 125 -
CMYK 0 0.47 0.19 0.39
HSL 324.66º 0.31% 0.46% -
HSV(B) 324.66º 0.47% 0.61% -
XYZ 20.24 14.48 21.13 -
YUV 108.73 137.18 161 -
System Red Green Blue C M Y K H S L
Decimal 155 82 125 0 0.47 0.19 0.39 324.66 0.31 0.46
Hex 9B 52 7D 0 2F 13 27 145 1F 2E
Octal 233 122 175 0 57 23 47 505 37 56
Binary 10011011 1010010 1111101 0 101111 10011 100111 101000101 11111 101110

Color Harmonies of #9B527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B527D

Black with #9B527D

Text Example


Text Example

White with #9B527D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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