Html Css Color HEX #996BCD Amethyst

📋 copy color: '#996BCD'

red 153 ◦ green 107 ◦ blue 205

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

Shades of Amethyst #996BCD

Tints of Amethyst #996BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 32.9%
G = 23.01%
B = 44.09%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#996BCD (or 0x996BCD) is known color: Amethyst. HEX triplet: 99, 6B and CD. RGB value is (153,107,205). Sum of RGB (Red+Green+Blue) = 153+107+205=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #996BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BCD is #669432. Grayscale: #838383. Windows color (decimal): -6722611 or 13462425. OLE color: 13462425.

HSL color Cylindrical-coordinate representation of color #996BCD: hue angle of 268.16º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #996BCD is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 107 205 -
CMYK 0.25 0.48 0 0.20
HSL 268.16º 0.49% 0.61% -
HSV(B) 268.16º 0.48% 0.8% -
XYZ 29.41 21.7 60.39 -
YUV 131.93 169.24 143.03 -
System Red Green Blue C M Y K H S L
Decimal 153 107 205 0.25 0.48 0 0.20 268.16 0.49 0.61
Hex 99 6B CD 19 30 0 14 10C 31 3D
Octal 231 153 315 31 60 0 24 414 61 75
Binary 10011001 1101011 11001101 11001 110000 0 10100 100001100 110001 111101

Color Harmonies of #996BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996BCD

Black with #996BCD

Text Example


Text Example

White with #996BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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