Html Css Color HEX #996ADC Medium Purple

📋 copy color: '#996ADC'

red 153 ◦ green 106 ◦ blue 220

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

Shades of Medium Purple #996ADC

Tints of Medium Purple #996ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 31.94%
G = 22.13%
B = 45.93%

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

#996ADC (or 0x996ADC) is known color: Medium Purple. HEX triplet: 99, 6A and DC. RGB value is (153,106,220). Sum of RGB (Red+Green+Blue) = 153+106+220=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #996ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996ADC is #669523. Grayscale: #848484. Windows color (decimal): -6722852 or 14445209. OLE color: 14445209.

HSL color Cylindrical-coordinate representation of color #996ADC: hue angle of 264.74º degrees, saturation: 0.62, 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 #996ADC is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 106 220 -
CMYK 0.30 0.52 0 0.14
HSL 264.74º 0.62% 0.64% -
HSV(B) 264.74º 0.52% 0.86% -
XYZ 31.21 22.25 70.36 -
YUV 133.05 177.07 142.23 -
System Red Green Blue C M Y K H S L
Decimal 153 106 220 0.30 0.52 0 0.14 264.74 0.62 0.64
Hex 99 6A DC 1E 34 0 E 109 3E 40
Octal 231 152 334 36 64 0 16 411 76 100
Binary 10011001 1101010 11011100 11110 110100 0 1110 100001001 111110 1000000

Color Harmonies of #996ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996ADC

Black with #996ADC

Text Example


Text Example

White with #996ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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