Html Css Color HEX #9682DB Medium Purple

📋 copy color: '#9682DB'

red 150 ◦ green 130 ◦ blue 219

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

Shades of Medium Purple #9682DB

Tints of Medium Purple #9682DB

RGB

 RED value IS 150 (58.98% from 255) = 30.06%

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

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

R = 30.06%
G = 26.05%
B = 43.89%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9682DB (or 0x9682DB) is known color: Medium Purple. HEX triplet: 96, 82 and DB. RGB value is (150,130,219). Sum of RGB (Red+Green+Blue) = 150+130+219=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #9682DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9682DB is #697D24. Grayscale: #919191. Windows color (decimal): -6913317 or 14385814. OLE color: 14385814.

HSL color Cylindrical-coordinate representation of color #9682DB: hue angle of 253.48º 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 #9682DB is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 130 219 -
CMYK 0.32 0.41 0 0.14
HSL 253.48º 0.55% 0.68% -
HSV(B) 253.48º 0.41% 0.86% -
XYZ 33.35 27.56 70.58 -
YUV 146.13 169.13 130.76 -
System Red Green Blue C M Y K H S L
Decimal 150 130 219 0.32 0.41 0 0.14 253.48 0.55 0.68
Hex 96 82 DB 20 29 0 E FD 37 44
Octal 226 202 333 40 51 0 16 375 67 104
Binary 10010110 10000010 11011011 100000 101001 0 1110 11111101 110111 1000100

Color Harmonies of #9682DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9682DB

Black with #9682DB

Text Example


Text Example

White with #9682DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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