Html Css Color HEX #9A619D Violet Blue

📋 copy color: '#9A619D'

red 154 ◦ green 97 ◦ blue 157

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

Shades of Violet Blue #9A619D

Tints of Violet Blue #9A619D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.77%

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

R = 37.75%
G = 23.77%
B = 38.48%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9A619D (or 0x9A619D) is known color: Violet Blue. HEX triplet: 9A, 61 and 9D. RGB value is (154,97,157). Sum of RGB (Red+Green+Blue) = 154+97+157=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A619D is #659E62. Grayscale: #787878. Windows color (decimal): -6659683 or 10314138. OLE color: 10314138.

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

Color convert

RGB 154 97 157 -
CMYK 0.02 0.38 0 0.38
HSL 297º 0.24% 0.5% -
HSV(B) 297º 0.38% 0.62% -
XYZ 23.69 17.85 34.1 -
YUV 120.88 148.38 151.62 -
System Red Green Blue C M Y K H S L
Decimal 154 97 157 0.02 0.38 0 0.38 297 0.24 0.5
Hex 9A 61 9D 2 26 0 26 129 18 32
Octal 232 141 235 2 46 0 46 451 30 62
Binary 10011010 1100001 10011101 10 100110 0 100110 100101001 11000 110010

Color Harmonies of #9A619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A619D

Black with #9A619D

Text Example


Text Example

White with #9A619D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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