Html Css Color HEX #9785DC Medium Purple

📋 copy color: '#9785DC'

red 151 ◦ green 133 ◦ blue 220

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

Shades of Medium Purple #9785DC

Tints of Medium Purple #9785DC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.39%

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 29.96%
G = 26.39%
B = 43.65%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9785DC (or 0x9785DC) is known color: Medium Purple. HEX triplet: 97, 85 and DC. RGB value is (151,133,220). Sum of RGB (Red+Green+Blue) = 151+133+220=504 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.96% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #9785DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9785DC is #687A23. Grayscale: #939393. Windows color (decimal): -6847012 or 14452119. OLE color: 14452119.

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

Color convert

RGB 151 133 220 -
CMYK 0.31 0.40 0 0.14
HSL 252.41º 0.55% 0.69% -
HSV(B) 252.41º 0.4% 0.86% -
XYZ 34.07 28.52 71.42 -
YUV 148.3 168.46 129.93 -
System Red Green Blue C M Y K H S L
Decimal 151 133 220 0.31 0.40 0 0.14 252.41 0.55 0.69
Hex 97 85 DC 1F 28 0 E FC 37 45
Octal 227 205 334 37 50 0 16 374 67 105
Binary 10010111 10000101 11011100 11111 101000 0 1110 11111100 110111 1000101

Color Harmonies of #9785DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9785DC

Black with #9785DC

Text Example


Text Example

White with #9785DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9785DC;
 }
 .AnyTagClassName
 {
   color: #9785DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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