Html Css Color HEX #9B4D7D Strikemaster

📋 copy color: '#9B4D7D'

red 155 ◦ green 77 ◦ blue 125

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

Shades of Strikemaster #9B4D7D

Tints of Strikemaster #9B4D7D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.57%

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

R = 43.42%
G = 21.57%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B4D7D (or 0x9B4D7D) is known color: Strikemaster. HEX triplet: 9B, 4D and 7D. RGB value is (155,77,125). Sum of RGB (Red+Green+Blue) = 155+77+125=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4D7D is #64B282. Grayscale: #696969. Windows color (decimal): -6599299 or 8211867. OLE color: 8211867.

HSL color Cylindrical-coordinate representation of color #9B4D7D: hue angle of 323.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B4D7D is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 77 125 -
CMYK 0 0.50 0.19 0.39
HSL 323.08º 0.34% 0.45% -
HSV(B) 323.08º 0.5% 0.61% -
XYZ 19.87 13.76 21.01 -
YUV 105.79 138.84 163.1 -
System Red Green Blue C M Y K H S L
Decimal 155 77 125 0 0.50 0.19 0.39 323.08 0.34 0.45
Hex 9B 4D 7D 0 32 13 27 143 22 2D
Octal 233 115 175 0 62 23 47 503 42 55
Binary 10011011 1001101 1111101 0 110010 10011 100111 101000011 100010 101101

Color Harmonies of #9B4D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4D7D

Black with #9B4D7D

Text Example


Text Example

White with #9B4D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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