Html Css Color HEX #9676DB Medium Purple

📋 copy color: '#9676DB'

red 150 ◦ green 118 ◦ blue 219

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

Shades of Medium Purple #9676DB

Tints of Medium Purple #9676DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.23%

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

R = 30.8%
G = 24.23%
B = 44.97%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9676DB (or 0x9676DB) is known color: Medium Purple. HEX triplet: 96, 76 and DB. RGB value is (150,118,219). Sum of RGB (Red+Green+Blue) = 150+118+219=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #9676DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9676DB is #698924. Grayscale: #8A8A8A. Windows color (decimal): -6916389 or 14382742. OLE color: 14382742.

HSL color Cylindrical-coordinate representation of color #9676DB: hue angle of 259.01º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9676DB is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 118 219 -
CMYK 0.32 0.46 0 0.14
HSL 259.01º 0.58% 0.66% -
HSV(B) 259.01º 0.46% 0.86% -
XYZ 31.84 24.56 70.08 -
YUV 139.08 173.1 135.79 -
System Red Green Blue C M Y K H S L
Decimal 150 118 219 0.32 0.46 0 0.14 259.01 0.58 0.66
Hex 96 76 DB 20 2E 0 E 103 3A 42
Octal 226 166 333 40 56 0 16 403 72 102
Binary 10010110 1110110 11011011 100000 101110 0 1110 100000011 111010 1000010

Color Harmonies of #9676DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9676DB

Black with #9676DB

Text Example


Text Example

White with #9676DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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