Html Css Color HEX #9968CF Amethyst

📋 copy color: '#9968CF'

red 153 ◦ green 104 ◦ blue 207

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

Shades of Amethyst #9968CF

Tints of Amethyst #9968CF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.41%

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

R = 32.97%
G = 22.41%
B = 44.61%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9968CF (or 0x9968CF) is known color: Amethyst. HEX triplet: 99, 68 and CF. RGB value is (153,104,207). Sum of RGB (Red+Green+Blue) = 153+104+207=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #9968CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9968CF is #669730. Grayscale: #828282. Windows color (decimal): -6723377 or 13592729. OLE color: 13592729.

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

Color convert

RGB 153 104 207 -
CMYK 0.26 0.50 0 0.19
HSL 268.54º 0.52% 0.61% -
HSV(B) 268.54º 0.5% 0.81% -
XYZ 29.35 21.18 61.57 -
YUV 130.39 171.23 144.12 -
System Red Green Blue C M Y K H S L
Decimal 153 104 207 0.26 0.50 0 0.19 268.54 0.52 0.61
Hex 99 68 CF 1A 32 0 13 10D 34 3D
Octal 231 150 317 32 62 0 23 415 64 75
Binary 10011001 1101000 11001111 11010 110010 0 10011 100001101 110100 111101

Color Harmonies of #9968CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9968CF

Black with #9968CF

Text Example


Text Example

White with #9968CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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