Html Css Color HEX #9766CF Amethyst

📋 copy color: '#9766CF'

red 151 ◦ green 102 ◦ blue 207

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

Shades of Amethyst #9766CF

Tints of Amethyst #9766CF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.17%

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

R = 32.83%
G = 22.17%
B = 45%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9766CF (or 0x9766CF) is known color: Amethyst. HEX triplet: 97, 66 and CF. RGB value is (151,102,207). Sum of RGB (Red+Green+Blue) = 151+102+207=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #9766CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9766CF is #689930. Grayscale: #808080. Windows color (decimal): -6854961 or 13592215. OLE color: 13592215.

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

Color convert

RGB 151 102 207 -
CMYK 0.27 0.51 0 0.19
HSL 268º 0.52% 0.61% -
HSV(B) 268º 0.51% 0.81% -
XYZ 28.78 20.59 61.49 -
YUV 128.62 172.23 143.96 -
System Red Green Blue C M Y K H S L
Decimal 151 102 207 0.27 0.51 0 0.19 268 0.52 0.61
Hex 97 66 CF 1B 33 0 13 10C 34 3D
Octal 227 146 317 33 63 0 23 414 64 75
Binary 10010111 1100110 11001111 11011 110011 0 10011 100001100 110100 111101

Color Harmonies of #9766CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9766CF

Black with #9766CF

Text Example


Text Example

White with #9766CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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