Html Css Color HEX #9666DF Medium Purple

📋 copy color: '#9666DF'

red 150 ◦ green 102 ◦ blue 223

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

Shades of Medium Purple #9666DF

Tints of Medium Purple #9666DF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.47%

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

R = 31.58%
G = 21.47%
B = 46.95%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9666DF (or 0x9666DF) is known color: Medium Purple. HEX triplet: 96, 66 and DF. RGB value is (150,102,223). Sum of RGB (Red+Green+Blue) = 150+102+223=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 102 (40.23% from 255 or 21.47% 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 #9666DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9666DF is #699920. Grayscale: #818181. Windows color (decimal): -6920481 or 14640790. OLE color: 14640790.

HSL color Cylindrical-coordinate representation of color #9666DF: hue angle of 263.8º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9666DF is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 102 223 -
CMYK 0.33 0.54 0 0.13
HSL 263.8º 0.65% 0.64% -
HSV(B) 263.8º 0.54% 0.87% -
XYZ 30.65 21.31 72.31 -
YUV 130.15 180.4 142.16 -
System Red Green Blue C M Y K H S L
Decimal 150 102 223 0.33 0.54 0 0.13 263.8 0.65 0.64
Hex 96 66 DF 21 36 0 D 108 41 40
Octal 226 146 337 41 66 0 15 410 101 100
Binary 10010110 1100110 11011111 100001 110110 0 1101 100001000 1000001 1000000

Color Harmonies of #9666DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9666DF

Black with #9666DF

Text Example


Text Example

White with #9666DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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