Html Css Color HEX #9A50DB Amethyst

📋 copy color: '#9A50DB'

red 154 ◦ green 80 ◦ blue 219

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

Shades of Amethyst #9A50DB

Tints of Amethyst #9A50DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.34%

R = 34%
G = 17.66%
B = 48.34%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A50DB (or 0x9A50DB) is known color: Amethyst. HEX triplet: 9A, 50 and DB. RGB value is (154,80,219). Sum of RGB (Red+Green+Blue) = 154+80+219=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A50DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A50DB is #65AF24. Grayscale: #757575. Windows color (decimal): -6663973 or 14373018. OLE color: 14373018.

HSL color Cylindrical-coordinate representation of color #9A50DB: hue angle of 271.94º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A50DB is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 80 219 -
CMYK 0.30 0.63 0 0.14
HSL 271.94º 0.66% 0.59% -
HSV(B) 271.94º 0.63% 0.86% -
XYZ 28.98 17.72 68.91 -
YUV 117.97 185.02 153.7 -
System Red Green Blue C M Y K H S L
Decimal 154 80 219 0.30 0.63 0 0.14 271.94 0.66 0.59
Hex 9A 50 DB 1E 3F 0 E 110 42 3B
Octal 232 120 333 36 77 0 16 420 102 73
Binary 10011010 1010000 11011011 11110 111111 0 1110 100010000 1000010 111011

Color Harmonies of #9A50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A50DB

Black with #9A50DB

Text Example


Text Example

White with #9A50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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