Html Css Color HEX #9770DA Medium Purple

📋 copy color: '#9770DA'

red 151 ◦ green 112 ◦ blue 218

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

Shades of Medium Purple #9770DA

Tints of Medium Purple #9770DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 31.39%
G = 23.28%
B = 45.32%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9770DA (or 0x9770DA) is known color: Medium Purple. HEX triplet: 97, 70 and DA. RGB value is (151,112,218). Sum of RGB (Red+Green+Blue) = 151+112+218=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #9770DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9770DA is #688F25. Grayscale: #878787. Windows color (decimal): -6852390 or 14315671. OLE color: 14315671.

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

Color convert

RGB 151 112 218 -
CMYK 0.31 0.49 0 0.15
HSL 262.08º 0.59% 0.65% -
HSV(B) 262.08º 0.49% 0.85% -
XYZ 31.21 23.23 69.17 -
YUV 135.75 174.42 138.88 -
System Red Green Blue C M Y K H S L
Decimal 151 112 218 0.31 0.49 0 0.15 262.08 0.59 0.65
Hex 97 70 DA 1F 31 0 F 106 3B 41
Octal 227 160 332 37 61 0 17 406 73 101
Binary 10010111 1110000 11011010 11111 110001 0 1111 100000110 111011 1000001

Color Harmonies of #9770DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9770DA

Black with #9770DA

Text Example


Text Example

White with #9770DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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