Html Css Color HEX #9770DC Medium Purple

📋 copy color: '#9770DC'

red 151 ◦ green 112 ◦ blue 220

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

Shades of Medium Purple #9770DC

Tints of Medium Purple #9770DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.19%

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

R = 31.26%
G = 23.19%
B = 45.55%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9770DC (or 0x9770DC) is known color: Medium Purple. HEX triplet: 97, 70 and DC. RGB value is (151,112,220). Sum of RGB (Red+Green+Blue) = 151+112+220=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #9770DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9770DC is #688F23. Grayscale: #878787. Windows color (decimal): -6852388 or 14446743. OLE color: 14446743.

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

Color convert

RGB 151 112 220 -
CMYK 0.31 0.49 0 0.14
HSL 261.67º 0.61% 0.65% -
HSV(B) 261.67º 0.49% 0.86% -
XYZ 31.47 23.33 70.56 -
YUV 135.97 175.42 138.72 -
System Red Green Blue C M Y K H S L
Decimal 151 112 220 0.31 0.49 0 0.14 261.67 0.61 0.65
Hex 97 70 DC 1F 31 0 E 106 3D 41
Octal 227 160 334 37 61 0 16 406 75 101
Binary 10010111 1110000 11011100 11111 110001 0 1110 100000110 111101 1000001

Color Harmonies of #9770DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9770DC

Black with #9770DC

Text Example


Text Example

White with #9770DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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