Html Css Color HEX #9678DC Medium Purple

📋 copy color: '#9678DC'

red 150 ◦ green 120 ◦ blue 220

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

Shades of Medium Purple #9678DC

Tints of Medium Purple #9678DC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.49%

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

R = 30.61%
G = 24.49%
B = 44.9%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9678DC (or 0x9678DC) is known color: Medium Purple. HEX triplet: 96, 78 and DC. RGB value is (150,120,220). Sum of RGB (Red+Green+Blue) = 150+120+220=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #9678DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9678DC is #698723. Grayscale: #8C8C8C. Windows color (decimal): -6915876 or 14448790. OLE color: 14448790.

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

Color convert

RGB 150 120 220 -
CMYK 0.32 0.45 0 0.14
HSL 258º 0.59% 0.67% -
HSV(B) 258º 0.45% 0.86% -
XYZ 32.21 25.08 70.85 -
YUV 140.37 172.94 134.87 -
System Red Green Blue C M Y K H S L
Decimal 150 120 220 0.32 0.45 0 0.14 258 0.59 0.67
Hex 96 78 DC 20 2D 0 E 102 3B 43
Octal 226 170 334 40 55 0 16 402 73 103
Binary 10010110 1111000 11011100 100000 101101 0 1110 100000010 111011 1000011

Color Harmonies of #9678DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9678DC

Black with #9678DC

Text Example


Text Example

White with #9678DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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