Html Css Color HEX #996BE3 Medium Purple

📋 copy color: '#996BE3'

red 153 ◦ green 107 ◦ blue 227

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

Shades of Medium Purple #996BE3

Tints of Medium Purple #996BE3

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.97%

 BLUE value IS 227 (89.06% from 255) = 46.61%

R = 31.42%
G = 21.97%
B = 46.61%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#996BE3 (or 0x996BE3) is known color: Medium Purple. HEX triplet: 99, 6B and E3. RGB value is (153,107,227). Sum of RGB (Red+Green+Blue) = 153+107+227=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 227 (89.06% from 255 or 46.61% from 487); Max value from RGB is 227 - color contains mainly: blue. Hex color #996BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BE3 is #66941C. Grayscale: #868686. Windows color (decimal): -6722589 or 14904217. OLE color: 14904217.

HSL color Cylindrical-coordinate representation of color #996BE3: hue angle of 263º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #996BE3 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 153 107 227 -
CMYK 0.33 0.53 0 0.11
HSL 263º 0.68% 0.65% -
HSV(B) 263º 0.53% 0.89% -
XYZ 32.26 22.83 75.38 -
YUV 134.43 180.24 141.24 -
System Red Green Blue C M Y K H S L
Decimal 153 107 227 0.33 0.53 0 0.11 263 0.68 0.65
Hex 99 6B E3 21 35 0 B 107 44 41
Octal 231 153 343 41 65 0 13 407 104 101
Binary 10011001 1101011 11100011 100001 110101 0 1011 100000111 1000100 1000001

Color Harmonies of #996BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996BE3

Black with #996BE3

Text Example


Text Example

White with #996BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,107,227); }

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

background-color css

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

 a { background-color: rgb(153,107,227); }

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

border-color css

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

 span { border-color: rgb(153,107,227); }

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