Html Css Color HEX #9A6A9D Violet Blue

📋 copy color: '#9A6A9D'

red 154 ◦ green 106 ◦ blue 157

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

Shades of Violet Blue #9A6A9D

Tints of Violet Blue #9A6A9D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.42%

 BLUE value IS 157 (61.72% from 255) = 37.65%

R = 36.93%
G = 25.42%
B = 37.65%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9A6A9D (or 0x9A6A9D) is known color: Violet Blue. HEX triplet: 9A, 6A and 9D. RGB value is (154,106,157). Sum of RGB (Red+Green+Blue) = 154+106+157=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A6A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6A9D is #659562. Grayscale: #7E7E7E. Windows color (decimal): -6657379 or 10316442. OLE color: 10316442.

HSL color Cylindrical-coordinate representation of color #9A6A9D: hue angle of 296.47º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A6A9D is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 154 106 157 -
CMYK 0.02 0.32 0 0.38
HSL 296.47º 0.21% 0.52% -
HSV(B) 296.47º 0.32% 0.62% -
XYZ 24.57 19.61 34.39 -
YUV 126.17 145.4 147.85 -
System Red Green Blue C M Y K H S L
Decimal 154 106 157 0.02 0.32 0 0.38 296.47 0.21 0.52
Hex 9A 6A 9D 2 20 0 26 128 15 34
Octal 232 152 235 2 40 0 46 450 25 64
Binary 10011010 1101010 10011101 10 100000 0 100110 100101000 10101 110100

Color Harmonies of #9A6A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6A9D

Black with #9A6A9D

Text Example


Text Example

White with #9A6A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,106,157); }

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

background-color css

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

 a { background-color: rgb(154,106,157); }

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

border-color css

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

 span { border-color: rgb(154,106,157); }

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