Html Css Color HEX #9770DB Medium Purple

📋 copy color: '#9770DB'

red 151 ◦ green 112 ◦ blue 219

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

Shades of Medium Purple #9770DB

Tints of Medium Purple #9770DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 31.33%
G = 23.24%
B = 45.44%

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

#9770DB (or 0x9770DB) is known color: Medium Purple. HEX triplet: 97, 70 and DB. RGB value is (151,112,219). Sum of RGB (Red+Green+Blue) = 151+112+219=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #9770DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9770DB is #688F24. Grayscale: #878787. Windows color (decimal): -6852389 or 14381207. OLE color: 14381207.

HSL color Cylindrical-coordinate representation of color #9770DB: hue angle of 261.87º degrees, saturation: 0.6, 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 #9770DB is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 112 219 -
CMYK 0.31 0.49 0 0.14
HSL 261.87º 0.6% 0.65% -
HSV(B) 261.87º 0.49% 0.86% -
XYZ 31.34 23.28 69.86 -
YUV 135.86 174.92 138.8 -
System Red Green Blue C M Y K H S L
Decimal 151 112 219 0.31 0.49 0 0.14 261.87 0.6 0.65
Hex 97 70 DB 1F 31 0 E 106 3C 41
Octal 227 160 333 37 61 0 16 406 74 101
Binary 10010111 1110000 11011011 11111 110001 0 1110 100000110 111100 1000001

Color Harmonies of #9770DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9770DB

Black with #9770DB

Text Example


Text Example

White with #9770DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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