Html Css Color HEX #9782DB Medium Purple

📋 copy color: '#9782DB'

red 151 ◦ green 130 ◦ blue 219

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

Shades of Medium Purple #9782DB

Tints of Medium Purple #9782DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26%

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

R = 30.2%
G = 26%
B = 43.8%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9782DB (or 0x9782DB) is known color: Medium Purple. HEX triplet: 97, 82 and DB. RGB value is (151,130,219). Sum of RGB (Red+Green+Blue) = 151+130+219=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #9782DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9782DB is #687D24. Grayscale: #929292. Windows color (decimal): -6847781 or 14385815. OLE color: 14385815.

HSL color Cylindrical-coordinate representation of color #9782DB: hue angle of 254.16º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9782DB is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 130 219 -
CMYK 0.31 0.41 0 0.14
HSL 254.16º 0.55% 0.68% -
HSV(B) 254.16º 0.41% 0.86% -
XYZ 33.53 27.66 70.59 -
YUV 146.43 168.96 131.26 -
System Red Green Blue C M Y K H S L
Decimal 151 130 219 0.31 0.41 0 0.14 254.16 0.55 0.68
Hex 97 82 DB 1F 29 0 E FE 37 44
Octal 227 202 333 37 51 0 16 376 67 104
Binary 10010111 10000010 11011011 11111 101001 0 1110 11111110 110111 1000100

Color Harmonies of #9782DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9782DB

Black with #9782DB

Text Example


Text Example

White with #9782DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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