Html Css Color HEX #996BCF Amethyst

📋 copy color: '#996BCF'

red 153 ◦ green 107 ◦ blue 207

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

Shades of Amethyst #996BCF

Tints of Amethyst #996BCF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.91%

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

R = 32.76%
G = 22.91%
B = 44.33%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#996BCF (or 0x996BCF) is known color: Amethyst. HEX triplet: 99, 6B and CF. RGB value is (153,107,207). Sum of RGB (Red+Green+Blue) = 153+107+207=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #996BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BCF is #669430. Grayscale: #838383. Windows color (decimal): -6722609 or 13593497. OLE color: 13593497.

HSL color Cylindrical-coordinate representation of color #996BCF: hue angle of 267.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #996BCF is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 107 207 -
CMYK 0.26 0.48 0 0.19
HSL 267.6º 0.51% 0.62% -
HSV(B) 267.6º 0.48% 0.81% -
XYZ 29.66 21.79 61.67 -
YUV 132.15 170.24 142.87 -
System Red Green Blue C M Y K H S L
Decimal 153 107 207 0.26 0.48 0 0.19 267.6 0.51 0.62
Hex 99 6B CF 1A 30 0 13 10C 33 3E
Octal 231 153 317 32 60 0 23 414 63 76
Binary 10011001 1101011 11001111 11010 110000 0 10011 100001100 110011 111110

Color Harmonies of #996BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996BCF

Black with #996BCF

Text Example


Text Example

White with #996BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996BCF; }

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

 H1.HeaderClassName
 {
   color: #996BCF;
 }
 .AnyTagClassName
 {
   color: #996BCF;
 }
</style>

background-color css

<style>
 a { background-color: #996BCF; }

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

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

border-color css

<style>
 span { border-color: #996BCF; }

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

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