Html Css Color HEX #9681DC Medium Purple

📋 copy color: '#9681DC'

red 150 ◦ green 129 ◦ blue 220

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

Shades of Medium Purple #9681DC

Tints of Medium Purple #9681DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.85%

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

R = 30.06%
G = 25.85%
B = 44.09%

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

#9681DC (or 0x9681DC) is known color: Medium Purple. HEX triplet: 96, 81 and DC. RGB value is (150,129,220). Sum of RGB (Red+Green+Blue) = 150+129+220=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #9681DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9681DC is #697E23. Grayscale: #919191. Windows color (decimal): -6913572 or 14451094. OLE color: 14451094.

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

Color convert

RGB 150 129 220 -
CMYK 0.32 0.41 0 0.14
HSL 253.85º 0.57% 0.68% -
HSV(B) 253.85º 0.41% 0.86% -
XYZ 33.35 27.35 71.23 -
YUV 145.65 169.96 131.1 -
System Red Green Blue C M Y K H S L
Decimal 150 129 220 0.32 0.41 0 0.14 253.85 0.57 0.68
Hex 96 81 DC 20 29 0 E FE 39 44
Octal 226 201 334 40 51 0 16 376 71 104
Binary 10010110 10000001 11011100 100000 101001 0 1110 11111110 111001 1000100

Color Harmonies of #9681DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9681DC

Black with #9681DC

Text Example


Text Example

White with #9681DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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