Html Css Color HEX #9B5782 Strikemaster

📋 copy color: '#9B5782'

red 155 ◦ green 87 ◦ blue 130

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

Shades of Strikemaster #9B5782

Tints of Strikemaster #9B5782

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.39%

 BLUE value IS 130 (51.17% from 255) = 34.95%

R = 41.67%
G = 23.39%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9B5782 (or 0x9B5782) is known color: Strikemaster. HEX triplet: 9B, 57 and 82. RGB value is (155,87,130). Sum of RGB (Red+Green+Blue) = 155+87+130=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5782 is #64A87D. Grayscale: #707070. Windows color (decimal): -6596734 or 8542107. OLE color: 8542107.

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

Color convert

RGB 155 87 130 -
CMYK 0 0.44 0.16 0.39
HSL 322.06º 0.28% 0.47% -
HSV(B) 322.06º 0.44% 0.61% -
XYZ 20.96 15.4 22.99 -
YUV 112.23 138.03 158.5 -
System Red Green Blue C M Y K H S L
Decimal 155 87 130 0 0.44 0.16 0.39 322.06 0.28 0.47
Hex 9B 57 82 0 2C 10 27 142 1C 2F
Octal 233 127 202 0 54 20 47 502 34 57
Binary 10011011 1010111 10000010 0 101100 10000 100111 101000010 11100 101111

Color Harmonies of #9B5782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5782

Black with #9B5782

Text Example


Text Example

White with #9B5782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,87,130); }

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

background-color css

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

 a { background-color: rgb(155,87,130); }

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

border-color css

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

 span { border-color: rgb(155,87,130); }

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