Html Css Color HEX #995386 Strikemaster

📋 copy color: '#995386'

red 153 ◦ green 83 ◦ blue 134

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

Shades of Strikemaster #995386

Tints of Strikemaster #995386

RGB

 RED value IS 153 (60.16% from 255) = 41.35%

 GREEN value IS 83 (32.81% from 255) = 22.43%

 BLUE value IS 134 (52.73% from 255) = 36.22%

R = 41.35%
G = 22.43%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#995386 (or 0x995386) is known color: Strikemaster. HEX triplet: 99, 53 and 86. RGB value is (153,83,134). Sum of RGB (Red+Green+Blue) = 153+83+134=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #995386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995386 is #66AC79. Grayscale: #6D6D6D. Windows color (decimal): -6728826 or 8803225. OLE color: 8803225.

HSL color Cylindrical-coordinate representation of color #995386: hue angle of 316.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995386 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 83 134 -
CMYK 0 0.46 0.12 0.4
HSL 316.29º 0.3% 0.46% -
HSV(B) 316.29º 0.46% 0.6% -
XYZ 20.53 14.68 24.31 -
YUV 109.74 141.69 158.85 -
System Red Green Blue C M Y K H S L
Decimal 153 83 134 0 0.46 0.12 0.4 316.29 0.3 0.46
Hex 99 53 86 0 2E C 28 13C 1E 2E
Octal 231 123 206 0 56 14 50 474 36 56
Binary 10011001 1010011 10000110 0 101110 1100 101000 100111100 11110 101110

Color Harmonies of #995386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995386

Black with #995386

Text Example


Text Example

White with #995386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995386; }

 p { color: rgb(153,83,134); }

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

background-color css

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

 a { background-color: rgb(153,83,134); }

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

border-color css

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

 span { border-color: rgb(153,83,134); }

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