Html Css Color HEX #9D608A Strikemaster

📋 copy color: '#9D608A'

red 157 ◦ green 96 ◦ blue 138

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

Shades of Strikemaster #9D608A

Tints of Strikemaster #9D608A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 40.15%
G = 24.55%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9D608A (or 0x9D608A) is known color: Strikemaster. HEX triplet: 9D, 60 and 8A. RGB value is (157,96,138). Sum of RGB (Red+Green+Blue) = 157+96+138=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 157 - color contains mainly: red. Hex color #9D608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D608A is #629F75. Grayscale: #767676. Windows color (decimal): -6463350 or 9068701. OLE color: 9068701.

HSL color Cylindrical-coordinate representation of color #9D608A: hue angle of 318.69º 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 #9D608A is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 96 138 -
CMYK 0 0.39 0.12 0.38
HSL 318.69º 0.24% 0.5% -
HSV(B) 318.69º 0.39% 0.62% -
XYZ 22.67 17.37 26.2 -
YUV 119.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 157 96 138 0 0.39 0.12 0.38 318.69 0.24 0.5
Hex 9D 60 8A 0 27 C 26 13F 18 32
Octal 235 140 212 0 47 14 46 477 30 62
Binary 10011101 1100000 10001010 0 100111 1100 100110 100111111 11000 110010

Color Harmonies of #9D608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D608A

Black with #9D608A

Text Example


Text Example

White with #9D608A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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