Html Css Color HEX #9A509D Violet Blue

📋 copy color: '#9A509D'

red 154 ◦ green 80 ◦ blue 157

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

Shades of Violet Blue #9A509D

Tints of Violet Blue #9A509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.46%

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

R = 39.39%
G = 20.46%
B = 40.15%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9A509D (or 0x9A509D) is known color: Violet Blue. HEX triplet: 9A, 50 and 9D. RGB value is (154,80,157). Sum of RGB (Red+Green+Blue) = 154+80+157=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A509D is #65AF62. Grayscale: #6E6E6E. Windows color (decimal): -6664035 or 10309786. OLE color: 10309786.

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

Color convert

RGB 154 80 157 -
CMYK 0.02 0.49 0 0.38
HSL 297.66º 0.32% 0.46% -
HSV(B) 297.66º 0.49% 0.62% -
XYZ 22.28 15.04 33.63 -
YUV 110.9 154.02 158.74 -
System Red Green Blue C M Y K H S L
Decimal 154 80 157 0.02 0.49 0 0.38 297.66 0.32 0.46
Hex 9A 50 9D 2 31 0 26 12A 20 2E
Octal 232 120 235 2 61 0 46 452 40 56
Binary 10011010 1010000 10011101 10 110001 0 100110 100101010 100000 101110

Color Harmonies of #9A509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A509D

Black with #9A509D

Text Example


Text Example

White with #9A509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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