Html Css Color HEX #9663DF Medium Purple

📋 copy color: '#9663DF'

red 150 ◦ green 99 ◦ blue 223

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

Shades of Medium Purple #9663DF

Tints of Medium Purple #9663DF

RGB

 RED value IS 150 (58.98% from 255) = 31.78%

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

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

R = 31.78%
G = 20.97%
B = 47.25%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9663DF (or 0x9663DF) is known color: Medium Purple. HEX triplet: 96, 63 and DF. RGB value is (150,99,223). Sum of RGB (Red+Green+Blue) = 150+99+223=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #9663DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9663DF is #699C20. Grayscale: #7F7F7F. Windows color (decimal): -6921249 or 14640022. OLE color: 14640022.

HSL color Cylindrical-coordinate representation of color #9663DF: hue angle of 264.68º 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 #9663DF is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 99 223 -
CMYK 0.33 0.56 0 0.13
HSL 264.68º 0.66% 0.63% -
HSV(B) 264.68º 0.56% 0.87% -
XYZ 30.36 20.74 72.21 -
YUV 128.39 181.4 143.42 -
System Red Green Blue C M Y K H S L
Decimal 150 99 223 0.33 0.56 0 0.13 264.68 0.66 0.63
Hex 96 63 DF 21 38 0 D 109 42 3F
Octal 226 143 337 41 70 0 15 411 102 77
Binary 10010110 1100011 11011111 100001 111000 0 1101 100001001 1000010 111111

Color Harmonies of #9663DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9663DF

Black with #9663DF

Text Example


Text Example

White with #9663DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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