Html Css Color HEX #9D6082 Strikemaster

📋 copy color: '#9D6082'

red 157 ◦ green 96 ◦ blue 130

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

Shades of Strikemaster #9D6082

Tints of Strikemaster #9D6082

RGB

 RED value IS 157 (61.72% from 255) = 40.99%

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

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

R = 40.99%
G = 25.07%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9D6082 (or 0x9D6082) is known color: Strikemaster. HEX triplet: 9D, 60 and 82. RGB value is (157,96,130). Sum of RGB (Red+Green+Blue) = 157+96+130=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6082 is #629F7D. Grayscale: #767676. Windows color (decimal): -6463358 or 8544413. OLE color: 8544413.

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

Color convert

RGB 157 96 130 -
CMYK 0 0.39 0.17 0.38
HSL 326.56º 0.24% 0.5% -
HSV(B) 326.56º 0.39% 0.62% -
XYZ 22.12 17.15 23.26 -
YUV 118.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 157 96 130 0 0.39 0.17 0.38 326.56 0.24 0.5
Hex 9D 60 82 0 27 11 26 147 18 32
Octal 235 140 202 0 47 21 46 507 30 62
Binary 10011101 1100000 10000010 0 100111 10001 100110 101000111 11000 110010

Color Harmonies of #9D6082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6082

Black with #9D6082

Text Example


Text Example

White with #9D6082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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