Html Css Color HEX #9469D1 Amethyst

📋 copy color: '#9469D1'

red 148 ◦ green 105 ◦ blue 209

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

Shades of Amethyst #9469D1

Tints of Amethyst #9469D1

RGB

 RED value IS 148 (58.2% from 255) = 32.03%

 GREEN value IS 105 (41.41% from 255) = 22.73%

 BLUE value IS 209 (82.03% from 255) = 45.24%

R = 32.03%
G = 22.73%
B = 45.24%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9469D1 (or 0x9469D1) is known color: Amethyst. HEX triplet: 94, 69 and D1. RGB value is (148,105,209). Sum of RGB (Red+Green+Blue) = 148+105+209=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #9469D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9469D1 is #6B962E. Grayscale: #818181. Windows color (decimal): -7050799 or 13724052. OLE color: 13724052.

HSL color Cylindrical-coordinate representation of color #9469D1: hue angle of 264.81º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9469D1 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 105 209 -
CMYK 0.29 0.50 0 0.18
HSL 264.81º 0.53% 0.62% -
HSV(B) 264.81º 0.5% 0.82% -
XYZ 28.77 21 62.86 -
YUV 129.71 172.75 141.04 -
System Red Green Blue C M Y K H S L
Decimal 148 105 209 0.29 0.50 0 0.18 264.81 0.53 0.62
Hex 94 69 D1 1D 32 0 12 109 35 3E
Octal 224 151 321 35 62 0 22 411 65 76
Binary 10010100 1101001 11010001 11101 110010 0 10010 100001001 110101 111110

Color Harmonies of #9469D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9469D1

Black with #9469D1

Text Example


Text Example

White with #9469D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9469D1; }

 p { color: rgb(148,105,209); }

 H1.HeaderClassName
 {
   color: #9469D1;
 }
 .AnyTagClassName
 {
   color: #9469D1;
 }
</style>

background-color css

<style>
 a { background-color: #9469D1; }

 a { background-color: rgb(148,105,209); }

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

border-color css

<style>
 span { border-color: #9469D1; }

 span { border-color: rgb(148,105,209); }

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