Html Css Color HEX #994286 Medium Red Violet

📋 copy color: '#994286'

red 153 ◦ green 66 ◦ blue 134

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

Shades of Medium Red Violet #994286

Tints of Medium Red Violet #994286

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.7%

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

R = 43.34%
G = 18.7%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#994286 (or 0x994286) is known color: Medium Red Violet. HEX triplet: 99, 42 and 86. RGB value is (153,66,134). Sum of RGB (Red+Green+Blue) = 153+66+134=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #994286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994286 is #66BD79. Grayscale: #636363. Windows color (decimal): -6733178 or 8798873. OLE color: 8798873.

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

Color convert

RGB 153 66 134 -
CMYK 0 0.57 0.12 0.4
HSL 313.1º 0.4% 0.43% -
HSV(B) 313.1º 0.57% 0.6% -
XYZ 19.39 12.39 23.92 -
YUV 99.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 153 66 134 0 0.57 0.12 0.4 313.1 0.4 0.43
Hex 99 42 86 0 39 C 28 139 28 2B
Octal 231 102 206 0 71 14 50 471 50 53
Binary 10011001 1000010 10000110 0 111001 1100 101000 100111001 101000 101011

Color Harmonies of #994286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994286

Black with #994286

Text Example


Text Example

White with #994286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994286; }

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

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

background-color css

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

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

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

border-color css

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

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

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