Html Css Color HEX #996ADB Medium Purple

📋 copy color: '#996ADB'

red 153 ◦ green 106 ◦ blue 219

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

Shades of Medium Purple #996ADB

Tints of Medium Purple #996ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.18%

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 32.01%
G = 22.18%
B = 45.82%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#996ADB (or 0x996ADB) is known color: Medium Purple. HEX triplet: 99, 6A and DB. RGB value is (153,106,219). Sum of RGB (Red+Green+Blue) = 153+106+219=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #996ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996ADB is #669524. Grayscale: #848484. Windows color (decimal): -6722853 or 14379673. OLE color: 14379673.

HSL color Cylindrical-coordinate representation of color #996ADB: hue angle of 264.96º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #996ADB is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 106 219 -
CMYK 0.30 0.52 0 0.14
HSL 264.96º 0.61% 0.64% -
HSV(B) 264.96º 0.52% 0.86% -
XYZ 31.08 22.19 69.66 -
YUV 132.94 176.57 142.31 -
System Red Green Blue C M Y K H S L
Decimal 153 106 219 0.30 0.52 0 0.14 264.96 0.61 0.64
Hex 99 6A DB 1E 34 0 E 109 3D 40
Octal 231 152 333 36 64 0 16 411 75 100
Binary 10011001 1101010 11011011 11110 110100 0 1110 100001001 111101 1000000

Color Harmonies of #996ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996ADB

Black with #996ADB

Text Example


Text Example

White with #996ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,106,219); }

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

background-color css

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

 a { background-color: rgb(153,106,219); }

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

border-color css

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

 span { border-color: rgb(153,106,219); }

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