Html Css Color HEX #9A6699 Violet Blue

📋 copy color: '#9A6699'

red 154 ◦ green 102 ◦ blue 153

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

Shades of Violet Blue #9A6699

Tints of Violet Blue #9A6699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.94%

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

R = 37.65%
G = 24.94%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#9A6699 (or 0x9A6699) is known color: Violet Blue. HEX triplet: 9A, 66 and 99. RGB value is (154,102,153). Sum of RGB (Red+Green+Blue) = 154+102+153=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6699 is #659966. Grayscale: #7B7B7B. Windows color (decimal): -6658407 or 10053274. OLE color: 10053274.

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

Color convert

RGB 154 102 153 -
CMYK 0 0.34 0.01 0.40
HSL 301.15º 0.2% 0.5% -
HSV(B) 301.15º 0.34% 0.6% -
XYZ 23.83 18.67 32.49 -
YUV 123.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 154 102 153 0 0.34 0.01 0.40 301.15 0.2 0.5
Hex 9A 66 99 0 22 1 28 12D 14 32
Octal 232 146 231 0 42 1 50 455 24 62
Binary 10011010 1100110 10011001 0 100010 1 101000 100101101 10100 110010

Color Harmonies of #9A6699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6699

Black with #9A6699

Text Example


Text Example

White with #9A6699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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