Html Css Color HEX #9760DF Medium Purple

📋 copy color: '#9760DF'

red 151 ◦ green 96 ◦ blue 223

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

Shades of Medium Purple #9760DF

Tints of Medium Purple #9760DF

RGB

 RED value IS 151 (59.38% from 255) = 32.13%

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

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

R = 32.13%
G = 20.43%
B = 47.45%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9760DF (or 0x9760DF) is known color: Medium Purple. HEX triplet: 97, 60 and DF. RGB value is (151,96,223). Sum of RGB (Red+Green+Blue) = 151+96+223=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #9760DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9760DF is #689F20. Grayscale: #7E7E7E. Windows color (decimal): -6856481 or 14639255. OLE color: 14639255.

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

Color convert

RGB 151 96 223 -
CMYK 0.32 0.57 0 0.13
HSL 265.98º 0.66% 0.63% -
HSV(B) 265.98º 0.57% 0.87% -
XYZ 30.26 20.27 72.13 -
YUV 126.92 182.22 145.17 -
System Red Green Blue C M Y K H S L
Decimal 151 96 223 0.32 0.57 0 0.13 265.98 0.66 0.63
Hex 97 60 DF 20 39 0 D 10A 42 3F
Octal 227 140 337 40 71 0 15 412 102 77
Binary 10010111 1100000 11011111 100000 111001 0 1101 100001010 1000010 111111

Color Harmonies of #9760DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9760DF

Black with #9760DF

Text Example


Text Example

White with #9760DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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