Html Css Color HEX #9769CE Amethyst

📋 copy color: '#9769CE'

red 151 ◦ green 105 ◦ blue 206

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

Shades of Amethyst #9769CE

Tints of Amethyst #9769CE

RGB

 RED value IS 151 (59.38% from 255) = 32.68%

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

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

R = 32.68%
G = 22.73%
B = 44.59%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9769CE (or 0x9769CE) is known color: Amethyst. HEX triplet: 97, 69 and CE. RGB value is (151,105,206). Sum of RGB (Red+Green+Blue) = 151+105+206=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #9769CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9769CE is #689631. Grayscale: #818181. Windows color (decimal): -6854194 or 13527447. OLE color: 13527447.

HSL color Cylindrical-coordinate representation of color #9769CE: hue angle of 267.33º 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 #9769CE is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 105 206 -
CMYK 0.27 0.49 0 0.19
HSL 267.33º 0.51% 0.61% -
HSV(B) 267.33º 0.49% 0.81% -
XYZ 28.95 21.14 60.95 -
YUV 130.27 170.74 142.79 -
System Red Green Blue C M Y K H S L
Decimal 151 105 206 0.27 0.49 0 0.19 267.33 0.51 0.61
Hex 97 69 CE 1B 31 0 13 10B 33 3D
Octal 227 151 316 33 61 0 23 413 63 75
Binary 10010111 1101001 11001110 11011 110001 0 10011 100001011 110011 111101

Color Harmonies of #9769CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9769CE

Black with #9769CE

Text Example


Text Example

White with #9769CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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