#9762DC

Color #9762DC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9762DC

Tints of Medium Purple #9762DC

Color information

#9762DC (or 0x9762DC) is unknown color: approx Medium Purple. HEX triplet: 97, 62 and DC. RGB value is (151,98,220). Sum of RGB (Red+Green+Blue) = 151+98+220=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #9762DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9762DC is #689D23. Grayscale: #7F7F7F. Windows color (decimal): -6855972 or 14443159. OLE color: 14443159.

HSL color Cylindrical-coordinate representation of color #9762DC: hue angle of 266.07º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9762DC is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15198220-
CMYK0.310.5500.14
HSL266.07º63.54%62.35%-
HSV(B)266.07º55.45%86.27%-
XYZ30.0520.4870.08-
YUV127.76180.06144.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.20%
GREEN value IS 98 (38.67% from 255) = 20.90%
BLUE value IS 220 (86.33% from 255) = 46.91%
R=32.20%
G=20.90%
B=46.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal151982200.310.5500.14266.0763.5462.35
Hex9762DC1F370E10a403e
Octal227142334376701641210076
Binary1001011111000101101110011111110111011101000010101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9762DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9762DC; }

 p { color: rgb(151,98,220); }

 H1.HeaderClassName
 {
   color: #9762DC;
 }
 .AnyTagClassName
 {
   color: #9762DC;
 }
</style>
background-color css

<style>
 a { background-color: #9762DC; }

 a { background-color: rgb(151,98,220); }

 div.DivClassName
 {
   background-color: #9762DC;
 }
 .BgClassName
 {
   background-color: #9762DC;
 }
</style>
border-color css

<style>
 span { border-color: #9762DC; }

 span { border-color: rgb(151,98,220); }

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