Html Css Color HEX #9682DC Medium Purple

📋 copy color: '#9682DC'

red 150 ◦ green 130 ◦ blue 220

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

Shades of Medium Purple #9682DC

Tints of Medium Purple #9682DC

RGB

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

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

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

R = 30%
G = 26%
B = 44%

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

#9682DC (or 0x9682DC) is known color: Medium Purple. HEX triplet: 96, 82 and DC. RGB value is (150,130,220). Sum of RGB (Red+Green+Blue) = 150+130+220=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #9682DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9682DC is #697D23. Grayscale: #919191. Windows color (decimal): -6913316 or 14451350. OLE color: 14451350.

HSL color Cylindrical-coordinate representation of color #9682DC: hue angle of 253.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9682DC is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 130 220 -
CMYK 0.32 0.41 0 0.14
HSL 253.33º 0.56% 0.69% -
HSV(B) 253.33º 0.41% 0.86% -
XYZ 33.48 27.62 71.28 -
YUV 146.24 169.63 130.68 -
System Red Green Blue C M Y K H S L
Decimal 150 130 220 0.32 0.41 0 0.14 253.33 0.56 0.69
Hex 96 82 DC 20 29 0 E FD 38 45
Octal 226 202 334 40 51 0 16 375 70 105
Binary 10010110 10000010 11011100 100000 101001 0 1110 11111101 111000 1000101

Color Harmonies of #9682DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9682DC

Black with #9682DC

Text Example


Text Example

White with #9682DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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