Html Css Color HEX #9A53A7 Violet Blue

📋 copy color: '#9A53A7'

red 154 ◦ green 83 ◦ blue 167

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

Shades of Violet Blue #9A53A7

Tints of Violet Blue #9A53A7

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.54%

 BLUE value IS 167 (65.63% from 255) = 41.34%

R = 38.12%
G = 20.54%
B = 41.34%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9A53A7 (or 0x9A53A7) is known color: Violet Blue. HEX triplet: 9A, 53 and A7. RGB value is (154,83,167). Sum of RGB (Red+Green+Blue) = 154+83+167=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 167 (65.62% from 255 or 41.34% from 404); Max value from RGB is 167 - color contains mainly: blue. Hex color #9A53A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A53A7 is #65AC58. Grayscale: #717171. Windows color (decimal): -6663257 or 10965914. OLE color: 10965914.

HSL color Cylindrical-coordinate representation of color #9A53A7: hue angle of 290.71º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A53A7 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 154 83 167 -
CMYK 0.08 0.50 0 0.35
HSL 290.71º 0.34% 0.49% -
HSV(B) 290.71º 0.5% 0.65% -
XYZ 23.39 15.85 38.38 -
YUV 113.81 158.02 156.67 -
System Red Green Blue C M Y K H S L
Decimal 154 83 167 0.08 0.50 0 0.35 290.71 0.34 0.49
Hex 9A 53 A7 8 32 0 23 123 22 31
Octal 232 123 247 10 62 0 43 443 42 61
Binary 10011010 1010011 10100111 1000 110010 0 100011 100100011 100010 110001

Color Harmonies of #9A53A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A53A7

Black with #9A53A7

Text Example


Text Example

White with #9A53A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,83,167); }

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

background-color css

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

 a { background-color: rgb(154,83,167); }

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

border-color css

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

 span { border-color: rgb(154,83,167); }

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