Html Css Color HEX #9785DD Medium Purple

📋 copy color: '#9785DD'

red 151 ◦ green 133 ◦ blue 221

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

Shades of Medium Purple #9785DD

Tints of Medium Purple #9785DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 29.9%
G = 26.34%
B = 43.76%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9785DD (or 0x9785DD) is known color: Medium Purple. HEX triplet: 97, 85 and DD. RGB value is (151,133,221). Sum of RGB (Red+Green+Blue) = 151+133+221=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #9785DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9785DD is #687A22. Grayscale: #949494. Windows color (decimal): -6847011 or 14517655. OLE color: 14517655.

HSL color Cylindrical-coordinate representation of color #9785DD: hue angle of 252.27º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9785DD is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 133 221 -
CMYK 0.32 0.40 0 0.13
HSL 252.27º 0.56% 0.69% -
HSV(B) 252.27º 0.4% 0.87% -
XYZ 34.2 28.57 72.12 -
YUV 148.41 168.96 129.84 -
System Red Green Blue C M Y K H S L
Decimal 151 133 221 0.32 0.40 0 0.13 252.27 0.56 0.69
Hex 97 85 DD 20 28 0 D FC 38 45
Octal 227 205 335 40 50 0 15 374 70 105
Binary 10010111 10000101 11011101 100000 101000 0 1101 11111100 111000 1000101

Color Harmonies of #9785DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9785DD

Black with #9785DD

Text Example


Text Example

White with #9785DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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