Html Css Color HEX #996CE5 Medium Purple

📋 copy color: '#996CE5'

red 153 ◦ green 108 ◦ blue 229

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

Shades of Medium Purple #996CE5

Tints of Medium Purple #996CE5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.04%

 BLUE value IS 229 (89.84% from 255) = 46.73%

R = 31.22%
G = 22.04%
B = 46.73%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#996CE5 (or 0x996CE5) is known color: Medium Purple. HEX triplet: 99, 6C and E5. RGB value is (153,108,229). Sum of RGB (Red+Green+Blue) = 153+108+229=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #996CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996CE5 is #66931A. Grayscale: #868686. Windows color (decimal): -6722331 or 15035545. OLE color: 15035545.

HSL color Cylindrical-coordinate representation of color #996CE5: hue angle of 262.31º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #996CE5 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 153 108 229 -
CMYK 0.33 0.53 0 0.10
HSL 262.31º 0.7% 0.66% -
HSV(B) 262.31º 0.53% 0.9% -
XYZ 32.64 23.15 76.88 -
YUV 135.25 180.91 140.66 -
System Red Green Blue C M Y K H S L
Decimal 153 108 229 0.33 0.53 0 0.10 262.31 0.7 0.66
Hex 99 6C E5 21 35 0 A 106 46 42
Octal 231 154 345 41 65 0 12 406 106 102
Binary 10011001 1101100 11100101 100001 110101 0 1010 100000110 1000110 1000010

Color Harmonies of #996CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996CE5

Black with #996CE5

Text Example


Text Example

White with #996CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,108,229); }

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

background-color css

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

 a { background-color: rgb(153,108,229); }

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

border-color css

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

 span { border-color: rgb(153,108,229); }

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