Html Css Color HEX #9660DF Medium Purple

📋 copy color: '#9660DF'

red 150 ◦ green 96 ◦ blue 223

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

Shades of Medium Purple #9660DF

Tints of Medium Purple #9660DF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.47%

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

R = 31.98%
G = 20.47%
B = 47.55%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9660DF (or 0x9660DF) is known color: Medium Purple. HEX triplet: 96, 60 and DF. RGB value is (150,96,223). Sum of RGB (Red+Green+Blue) = 150+96+223=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #9660DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9660DF is #699F20. Grayscale: #7E7E7E. Windows color (decimal): -6922017 or 14639254. OLE color: 14639254.

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

Color convert

RGB 150 96 223 -
CMYK 0.33 0.57 0 0.13
HSL 265.51º 0.66% 0.63% -
HSV(B) 265.51º 0.57% 0.87% -
XYZ 30.08 20.18 72.12 -
YUV 126.62 182.39 144.67 -
System Red Green Blue C M Y K H S L
Decimal 150 96 223 0.33 0.57 0 0.13 265.51 0.66 0.63
Hex 96 60 DF 21 39 0 D 10A 42 3F
Octal 226 140 337 41 71 0 15 412 102 77
Binary 10010110 1100000 11011111 100001 111001 0 1101 100001010 1000010 111111

Color Harmonies of #9660DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9660DF

Black with #9660DF

Text Example


Text Example

White with #9660DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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