Html Css Color HEX #9B6082 Strikemaster

📋 copy color: '#9B6082'

red 155 ◦ green 96 ◦ blue 130

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

Shades of Strikemaster #9B6082

Tints of Strikemaster #9B6082

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.2%

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

R = 40.68%
G = 25.2%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9B6082 (or 0x9B6082) is known color: Strikemaster. HEX triplet: 9B, 60 and 82. RGB value is (155,96,130). Sum of RGB (Red+Green+Blue) = 155+96+130=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6082 is #649F7D. Grayscale: #757575. Windows color (decimal): -6594430 or 8544411. OLE color: 8544411.

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

Color convert

RGB 155 96 130 -
CMYK 0 0.38 0.16 0.39
HSL 325.42º 0.24% 0.49% -
HSV(B) 325.42º 0.38% 0.61% -
XYZ 21.73 16.95 23.24 -
YUV 117.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 155 96 130 0 0.38 0.16 0.39 325.42 0.24 0.49
Hex 9B 60 82 0 26 10 27 145 18 31
Octal 233 140 202 0 46 20 47 505 30 61
Binary 10011011 1100000 10000010 0 100110 10000 100111 101000101 11000 110001

Color Harmonies of #9B6082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6082

Black with #9B6082

Text Example


Text Example

White with #9B6082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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