Html Css Color HEX #996CF3 Medium Purple

📋 copy color: '#996CF3'

red 153 ◦ green 108 ◦ blue 243

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

Shades of Medium Purple #996CF3

Tints of Medium Purple #996CF3

RGB

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

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

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

R = 30.36%
G = 21.43%
B = 48.21%

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

#996CF3 (or 0x996CF3) is known color: Medium Purple. HEX triplet: 99, 6C and F3. RGB value is (153,108,243). Sum of RGB (Red+Green+Blue) = 153+108+243=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #996CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996CF3 is #66930C. Grayscale: #888888. Windows color (decimal): -6722317 or 15953049. OLE color: 15953049.

HSL color Cylindrical-coordinate representation of color #996CF3: hue angle of 260º 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 #996CF3 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 108 243 -
CMYK 0.37 0.56 0 0.05
HSL 260º 0.85% 0.69% -
HSV(B) 260º 0.56% 0.95% -
XYZ 34.68 23.97 87.59 -
YUV 136.85 187.91 139.52 -
System Red Green Blue C M Y K H S L
Decimal 153 108 243 0.37 0.56 0 0.05 260 0.85 0.69
Hex 99 6C F3 25 38 0 5 104 55 45
Octal 231 154 363 45 70 0 5 404 125 105
Binary 10011001 1101100 11110011 100101 111000 0 101 100000100 1010101 1000101

Color Harmonies of #996CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996CF3

Black with #996CF3

Text Example


Text Example

White with #996CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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