Html Css Color HEX #9B517E Strikemaster

📋 copy color: '#9B517E'

red 155 ◦ green 81 ◦ blue 126

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

Shades of Strikemaster #9B517E

Tints of Strikemaster #9B517E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.38%

 BLUE value IS 126 (49.61% from 255) = 34.81%

R = 42.82%
G = 22.38%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B517E (or 0x9B517E) is known color: Strikemaster. HEX triplet: 9B, 51 and 7E. RGB value is (155,81,126). Sum of RGB (Red+Green+Blue) = 155+81+126=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B517E is #64AE81. Grayscale: #6C6C6C. Windows color (decimal): -6598274 or 8278427. OLE color: 8278427.

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

Color convert

RGB 155 81 126 -
CMYK 0 0.48 0.19 0.39
HSL 323.51º 0.31% 0.46% -
HSV(B) 323.51º 0.48% 0.61% -
XYZ 20.23 14.36 21.44 -
YUV 108.26 138.02 161.34 -
System Red Green Blue C M Y K H S L
Decimal 155 81 126 0 0.48 0.19 0.39 323.51 0.31 0.46
Hex 9B 51 7E 0 30 13 27 144 1F 2E
Octal 233 121 176 0 60 23 47 504 37 56
Binary 10011011 1010001 1111110 0 110000 10011 100111 101000100 11111 101110

Color Harmonies of #9B517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B517E

Black with #9B517E

Text Example


Text Example

White with #9B517E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,81,126); }

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

background-color css

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

 a { background-color: rgb(155,81,126); }

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

border-color css

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

 span { border-color: rgb(155,81,126); }

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