Html Css Color HEX #9769CF Amethyst

📋 copy color: '#9769CF'

red 151 ◦ green 105 ◦ blue 207

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

Shades of Amethyst #9769CF

Tints of Amethyst #9769CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 32.61%
G = 22.68%
B = 44.71%

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

#9769CF (or 0x9769CF) is known color: Amethyst. HEX triplet: 97, 69 and CF. RGB value is (151,105,207). Sum of RGB (Red+Green+Blue) = 151+105+207=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #9769CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9769CF is #689630. Grayscale: #828282. Windows color (decimal): -6854193 or 13592983. OLE color: 13592983.

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

Color convert

RGB 151 105 207 -
CMYK 0.27 0.49 0 0.19
HSL 267.06º 0.52% 0.61% -
HSV(B) 267.06º 0.49% 0.81% -
XYZ 29.08 21.19 61.59 -
YUV 130.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 151 105 207 0.27 0.49 0 0.19 267.06 0.52 0.61
Hex 97 69 CF 1B 31 0 13 10B 34 3D
Octal 227 151 317 33 61 0 23 413 64 75
Binary 10010111 1101001 11001111 11011 110001 0 10011 100001011 110100 111101

Color Harmonies of #9769CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9769CF

Black with #9769CF

Text Example


Text Example

White with #9769CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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