Html Css Color HEX #996FEF Medium Purple

📋 copy color: '#996FEF'

red 153 ◦ green 111 ◦ blue 239

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

Shades of Medium Purple #996FEF

Tints of Medium Purple #996FEF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.07%

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

R = 30.42%
G = 22.07%
B = 47.51%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#996FEF (or 0x996FEF) is known color: Medium Purple. HEX triplet: 99, 6F and EF. RGB value is (153,111,239). Sum of RGB (Red+Green+Blue) = 153+111+239=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #996FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996FEF is #669010. Grayscale: #898989. Windows color (decimal): -6721553 or 15691673. OLE color: 15691673.

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

Color convert

RGB 153 111 239 -
CMYK 0.36 0.54 0 0.06
HSL 259.69º 0.8% 0.69% -
HSV(B) 259.69º 0.54% 0.94% -
XYZ 34.4 24.37 84.55 -
YUV 138.15 184.91 138.59 -
System Red Green Blue C M Y K H S L
Decimal 153 111 239 0.36 0.54 0 0.06 259.69 0.8 0.69
Hex 99 6F EF 24 36 0 6 104 50 45
Octal 231 157 357 44 66 0 6 404 120 105
Binary 10011001 1101111 11101111 100100 110110 0 110 100000100 1010000 1000101

Color Harmonies of #996FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996FEF

Black with #996FEF

Text Example


Text Example

White with #996FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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