Html Css Color HEX #9469CE Amethyst

📋 copy color: '#9469CE'

red 148 ◦ green 105 ◦ blue 206

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

Shades of Amethyst #9469CE

Tints of Amethyst #9469CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 32.24%
G = 22.88%
B = 44.88%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9469CE (or 0x9469CE) is known color: Amethyst. HEX triplet: 94, 69 and CE. RGB value is (148,105,206). Sum of RGB (Red+Green+Blue) = 148+105+206=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #9469CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9469CE is #6B9631. Grayscale: #818181. Windows color (decimal): -7050802 or 13527444. OLE color: 13527444.

HSL color Cylindrical-coordinate representation of color #9469CE: hue angle of 265.54º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9469CE is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 105 206 -
CMYK 0.28 0.49 0 0.19
HSL 265.54º 0.51% 0.61% -
HSV(B) 265.54º 0.49% 0.81% -
XYZ 28.4 20.86 60.92 -
YUV 129.37 171.25 141.29 -
System Red Green Blue C M Y K H S L
Decimal 148 105 206 0.28 0.49 0 0.19 265.54 0.51 0.61
Hex 94 69 CE 1C 31 0 13 10A 33 3D
Octal 224 151 316 34 61 0 23 412 63 75
Binary 10010100 1101001 11001110 11100 110001 0 10011 100001010 110011 111101

Color Harmonies of #9469CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9469CE

Black with #9469CE

Text Example


Text Example

White with #9469CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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