Html Css Color HEX #9969CF Amethyst

📋 copy color: '#9969CF'

red 153 ◦ green 105 ◦ blue 207

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

Shades of Amethyst #9969CF

Tints of Amethyst #9969CF

RGB

 RED value IS 153 (60.16% from 255) = 32.9%

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

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

R = 32.9%
G = 22.58%
B = 44.52%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9969CF (or 0x9969CF) is known color: Amethyst. HEX triplet: 99, 69 and CF. RGB value is (153,105,207). Sum of RGB (Red+Green+Blue) = 153+105+207=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #9969CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9969CF is #669630. Grayscale: #828282. Windows color (decimal): -6723121 or 13592985. OLE color: 13592985.

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

Color convert

RGB 153 105 207 -
CMYK 0.26 0.49 0 0.19
HSL 268.24º 0.52% 0.61% -
HSV(B) 268.24º 0.49% 0.81% -
XYZ 29.45 21.38 61.61 -
YUV 130.98 170.9 143.71 -
System Red Green Blue C M Y K H S L
Decimal 153 105 207 0.26 0.49 0 0.19 268.24 0.52 0.61
Hex 99 69 CF 1A 31 0 13 10C 34 3D
Octal 231 151 317 32 61 0 23 414 64 75
Binary 10011001 1101001 11001111 11010 110001 0 10011 100001100 110100 111101

Color Harmonies of #9969CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9969CF

Black with #9969CF

Text Example


Text Example

White with #9969CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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