Html Css Color HEX #9679DD Medium Purple

📋 copy color: '#9679DD'

red 150 ◦ green 121 ◦ blue 221

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

Shades of Medium Purple #9679DD

Tints of Medium Purple #9679DD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.59%

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 30.49%
G = 24.59%
B = 44.92%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9679DD (or 0x9679DD) is known color: Medium Purple. HEX triplet: 96, 79 and DD. RGB value is (150,121,221). Sum of RGB (Red+Green+Blue) = 150+121+221=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #9679DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9679DD is #698622. Grayscale: #8C8C8C. Windows color (decimal): -6915619 or 14514582. OLE color: 14514582.

HSL color Cylindrical-coordinate representation of color #9679DD: hue angle of 257.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9679DD is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 121 221 -
CMYK 0.32 0.45 0 0.13
HSL 257.4º 0.6% 0.67% -
HSV(B) 257.4º 0.45% 0.87% -
XYZ 32.47 25.38 71.59 -
YUV 141.07 173.11 134.37 -
System Red Green Blue C M Y K H S L
Decimal 150 121 221 0.32 0.45 0 0.13 257.4 0.6 0.67
Hex 96 79 DD 20 2D 0 D 101 3C 43
Octal 226 171 335 40 55 0 15 401 74 103
Binary 10010110 1111001 11011101 100000 101101 0 1101 100000001 111100 1000011

Color Harmonies of #9679DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9679DD

Black with #9679DD

Text Example


Text Example

White with #9679DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9679DD; }

 p { color: rgb(150,121,221); }

 H1.HeaderClassName
 {
   color: #9679DD;
 }
 .AnyTagClassName
 {
   color: #9679DD;
 }
</style>

background-color css

<style>
 a { background-color: #9679DD; }

 a { background-color: rgb(150,121,221); }

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

border-color css

<style>
 span { border-color: #9679DD; }

 span { border-color: rgb(150,121,221); }

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