Html Css Color HEX #9A7C99 Violet Blue

📋 copy color: '#9A7C99'

red 154 ◦ green 124 ◦ blue 153

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

Shades of Violet Blue #9A7C99

Tints of Violet Blue #9A7C99

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.77%

 BLUE value IS 153 (60.16% from 255) = 35.5%

R = 35.73%
G = 28.77%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#9A7C99 (or 0x9A7C99) is known color: Violet Blue. HEX triplet: 9A, 7C and 99. RGB value is (154,124,153). Sum of RGB (Red+Green+Blue) = 154+124+153=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7C99 is #658366. Grayscale: #888888. Windows color (decimal): -6652775 or 10058906. OLE color: 10058906.

HSL color Cylindrical-coordinate representation of color #9A7C99: hue angle of 302º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A7C99 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 124 153 -
CMYK 0 0.19 0.01 0.40
HSL 302º 0.13% 0.55% -
HSV(B) 302º 0.19% 0.6% -
XYZ 26.28 23.59 33.3 -
YUV 136.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 154 124 153 0 0.19 0.01 0.40 302 0.13 0.55
Hex 9A 7C 99 0 13 1 28 12E D 37
Octal 232 174 231 0 23 1 50 456 15 67
Binary 10011010 1111100 10011001 0 10011 1 101000 100101110 1101 110111

Color Harmonies of #9A7C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7C99

Black with #9A7C99

Text Example


Text Example

White with #9A7C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,124,153); }

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

background-color css

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

 a { background-color: rgb(154,124,153); }

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

border-color css

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

 span { border-color: rgb(154,124,153); }

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