Html Css Color HEX #9A6993 Violet Blue

📋 copy color: '#9A6993'

red 154 ◦ green 105 ◦ blue 147

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

Shades of Violet Blue #9A6993

Tints of Violet Blue #9A6993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.86%

 BLUE value IS 147 (57.81% from 255) = 36.21%

R = 37.93%
G = 25.86%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#9A6993 (or 0x9A6993) is known color: Violet Blue. HEX triplet: 9A, 69 and 93. RGB value is (154,105,147). Sum of RGB (Red+Green+Blue) = 154+105+147=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6993 is #65966C. Grayscale: #7C7C7C. Windows color (decimal): -6657645 or 9660826. OLE color: 9660826.

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

Color convert

RGB 154 105 147 -
CMYK 0 0.32 0.05 0.40
HSL 308.57º 0.2% 0.51% -
HSV(B) 308.57º 0.32% 0.6% -
XYZ 23.64 19.08 30.04 -
YUV 124.44 140.73 149.08 -
System Red Green Blue C M Y K H S L
Decimal 154 105 147 0 0.32 0.05 0.40 308.57 0.2 0.51
Hex 9A 69 93 0 20 5 28 135 14 33
Octal 232 151 223 0 40 5 50 465 24 63
Binary 10011010 1101001 10010011 0 100000 101 101000 100110101 10100 110011

Color Harmonies of #9A6993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6993

Black with #9A6993

Text Example


Text Example

White with #9A6993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,105,147); }

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

background-color css

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

 a { background-color: rgb(154,105,147); }

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

border-color css

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

 span { border-color: rgb(154,105,147); }

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