Html Css Color HEX #996AEF Medium Purple

📋 copy color: '#996AEF'

red 153 ◦ green 106 ◦ blue 239

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

Shades of Medium Purple #996AEF

Tints of Medium Purple #996AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.99%

R = 30.72%
G = 21.29%
B = 47.99%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#996AEF (or 0x996AEF) is known color: Medium Purple. HEX triplet: 99, 6A and EF. RGB value is (153,106,239). Sum of RGB (Red+Green+Blue) = 153+106+239=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #996AEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996AEF is #669510. Grayscale: #868686. Windows color (decimal): -6722833 or 15690393. OLE color: 15690393.

HSL color Cylindrical-coordinate representation of color #996AEF: hue angle of 261.2º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #996AEF is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 106 239 -
CMYK 0.36 0.56 0 0.06
HSL 261.2º 0.81% 0.68% -
HSV(B) 261.2º 0.56% 0.94% -
XYZ 33.87 23.31 84.38 -
YUV 135.22 186.57 140.69 -
System Red Green Blue C M Y K H S L
Decimal 153 106 239 0.36 0.56 0 0.06 261.2 0.81 0.68
Hex 99 6A EF 24 38 0 6 105 51 44
Octal 231 152 357 44 70 0 6 405 121 104
Binary 10011001 1101010 11101111 100100 111000 0 110 100000101 1010001 1000100

Color Harmonies of #996AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996AEF

Black with #996AEF

Text Example


Text Example

White with #996AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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