Html Css Color HEX #9A4288 Medium Red Violet

📋 copy color: '#9A4288'

red 154 ◦ green 66 ◦ blue 136

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

Shades of Medium Red Violet #9A4288

Tints of Medium Red Violet #9A4288

RGB

 RED value IS 154 (60.55% from 255) = 43.26%

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

 BLUE value IS 136 (53.52% from 255) = 38.2%

R = 43.26%
G = 18.54%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#9A4288 (or 0x9A4288) is known color: Medium Red Violet. HEX triplet: 9A, 42 and 88. RGB value is (154,66,136). Sum of RGB (Red+Green+Blue) = 154+66+136=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4288 is #65BD77. Grayscale: #646464. Windows color (decimal): -6667640 or 8929946. OLE color: 8929946.

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

Color convert

RGB 154 66 136 -
CMYK 0 0.57 0.12 0.40
HSL 312.27º 0.4% 0.43% -
HSV(B) 312.27º 0.57% 0.6% -
XYZ 19.72 12.54 24.67 -
YUV 100.29 148.15 166.31 -
System Red Green Blue C M Y K H S L
Decimal 154 66 136 0 0.57 0.12 0.40 312.27 0.4 0.43
Hex 9A 42 88 0 39 C 28 138 28 2B
Octal 232 102 210 0 71 14 50 470 50 53
Binary 10011010 1000010 10001000 0 111001 1100 101000 100111000 101000 101011

Color Harmonies of #9A4288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4288

Black with #9A4288

Text Example


Text Example

White with #9A4288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,66,136); }

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

background-color css

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

 a { background-color: rgb(154,66,136); }

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

border-color css

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

 span { border-color: rgb(154,66,136); }

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