Html Css Color HEX #9963DF Medium Purple

📋 copy color: '#9963DF'

red 153 ◦ green 99 ◦ blue 223

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

Shades of Medium Purple #9963DF

Tints of Medium Purple #9963DF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.84%

 BLUE value IS 223 (87.5% from 255) = 46.95%

R = 32.21%
G = 20.84%
B = 46.95%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9963DF (or 0x9963DF) is known color: Medium Purple. HEX triplet: 99, 63 and DF. RGB value is (153,99,223). Sum of RGB (Red+Green+Blue) = 153+99+223=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #9963DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9963DF is #669C20. Grayscale: #808080. Windows color (decimal): -6724641 or 14640025. OLE color: 14640025.

HSL color Cylindrical-coordinate representation of color #9963DF: hue angle of 266.13º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9963DF is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 99 223 -
CMYK 0.31 0.56 0 0.13
HSL 266.13º 0.66% 0.63% -
HSV(B) 266.13º 0.56% 0.87% -
XYZ 30.92 21.02 72.24 -
YUV 129.28 180.89 144.92 -
System Red Green Blue C M Y K H S L
Decimal 153 99 223 0.31 0.56 0 0.13 266.13 0.66 0.63
Hex 99 63 DF 1F 38 0 D 10A 42 3F
Octal 231 143 337 37 70 0 15 412 102 77
Binary 10011001 1100011 11011111 11111 111000 0 1101 100001010 1000010 111111

Color Harmonies of #9963DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9963DF

Black with #9963DF

Text Example


Text Example

White with #9963DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9963DF; }

 p { color: rgb(153,99,223); }

 H1.HeaderClassName
 {
   color: #9963DF;
 }
 .AnyTagClassName
 {
   color: #9963DF;
 }
</style>

background-color css

<style>
 a { background-color: #9963DF; }

 a { background-color: rgb(153,99,223); }

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

border-color css

<style>
 span { border-color: #9963DF; }

 span { border-color: rgb(153,99,223); }

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