Html Css Color HEX #996BF3 Medium Purple

📋 copy color: '#996BF3'

red 153 ◦ green 107 ◦ blue 243

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

Shades of Medium Purple #996BF3

Tints of Medium Purple #996BF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.31%

R = 30.42%
G = 21.27%
B = 48.31%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#996BF3 (or 0x996BF3) is known color: Medium Purple. HEX triplet: 99, 6B and F3. RGB value is (153,107,243). Sum of RGB (Red+Green+Blue) = 153+107+243=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #996BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996BF3 is #66940C. Grayscale: #878787. Windows color (decimal): -6722573 or 15952793. OLE color: 15952793.

HSL color Cylindrical-coordinate representation of color #996BF3: hue angle of 260.29º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #996BF3 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 107 243 -
CMYK 0.37 0.56 0 0.05
HSL 260.29º 0.85% 0.69% -
HSV(B) 260.29º 0.56% 0.95% -
XYZ 34.57 23.76 87.56 -
YUV 136.26 188.24 139.94 -
System Red Green Blue C M Y K H S L
Decimal 153 107 243 0.37 0.56 0 0.05 260.29 0.85 0.69
Hex 99 6B F3 25 38 0 5 104 55 45
Octal 231 153 363 45 70 0 5 404 125 105
Binary 10011001 1101011 11110011 100101 111000 0 101 100000100 1010101 1000101

Color Harmonies of #996BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996BF3

Black with #996BF3

Text Example


Text Example

White with #996BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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