Html Css Color HEX #9A6C9D Violet Blue

📋 copy color: '#9A6C9D'

red 154 ◦ green 108 ◦ blue 157

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

Shades of Violet Blue #9A6C9D

Tints of Violet Blue #9A6C9D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.78%

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

R = 36.75%
G = 25.78%
B = 37.47%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9A6C9D (or 0x9A6C9D) is known color: Violet Blue. HEX triplet: 9A, 6C and 9D. RGB value is (154,108,157). Sum of RGB (Red+Green+Blue) = 154+108+157=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A6C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6C9D is #659362. Grayscale: #7F7F7F. Windows color (decimal): -6656867 or 10316954. OLE color: 10316954.

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

Color convert

RGB 154 108 157 -
CMYK 0.02 0.31 0 0.38
HSL 296.33º 0.2% 0.52% -
HSV(B) 296.33º 0.31% 0.62% -
XYZ 24.77 20.03 34.46 -
YUV 127.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 154 108 157 0.02 0.31 0 0.38 296.33 0.2 0.52
Hex 9A 6C 9D 2 1F 0 26 128 14 34
Octal 232 154 235 2 37 0 46 450 24 64
Binary 10011010 1101100 10011101 10 11111 0 100110 100101000 10100 110100

Color Harmonies of #9A6C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6C9D

Black with #9A6C9D

Text Example


Text Example

White with #9A6C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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