Html Css Color HEX #9A6895 Violet Blue

📋 copy color: '#9A6895'

red 154 ◦ green 104 ◦ blue 149

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

Shades of Violet Blue #9A6895

Tints of Violet Blue #9A6895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.55%

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 37.84%
G = 25.55%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#9A6895 (or 0x9A6895) is known color: Violet Blue. HEX triplet: 9A, 68 and 95. RGB value is (154,104,149). Sum of RGB (Red+Green+Blue) = 154+104+149=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6895 is #65976A. Grayscale: #7B7B7B. Windows color (decimal): -6657899 or 9791642. OLE color: 9791642.

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

Color convert

RGB 154 104 149 -
CMYK 0 0.32 0.03 0.40
HSL 306º 0.2% 0.51% -
HSV(B) 306º 0.32% 0.6% -
XYZ 23.7 18.94 30.84 -
YUV 124.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 154 104 149 0 0.32 0.03 0.40 306 0.2 0.51
Hex 9A 68 95 0 20 3 28 132 14 33
Octal 232 150 225 0 40 3 50 462 24 63
Binary 10011010 1101000 10010101 0 100000 11 101000 100110010 10100 110011

Color Harmonies of #9A6895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6895

Black with #9A6895

Text Example


Text Example

White with #9A6895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,104,149); }

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

background-color css

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

 a { background-color: rgb(154,104,149); }

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

border-color css

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

 span { border-color: rgb(154,104,149); }

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