Html Css Color HEX #9678DD Medium Purple

📋 copy color: '#9678DD'

red 150 ◦ green 120 ◦ blue 221

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

Shades of Medium Purple #9678DD

Tints of Medium Purple #9678DD

RGB

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

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

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

R = 30.55%
G = 24.44%
B = 45.01%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9678DD (or 0x9678DD) is known color: Medium Purple. HEX triplet: 96, 78 and DD. RGB value is (150,120,221). Sum of RGB (Red+Green+Blue) = 150+120+221=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #9678DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9678DD is #698722. Grayscale: #8C8C8C. Windows color (decimal): -6915875 or 14514326. OLE color: 14514326.

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

Color convert

RGB 150 120 221 -
CMYK 0.32 0.46 0 0.13
HSL 257.82º 0.6% 0.67% -
HSV(B) 257.82º 0.46% 0.87% -
XYZ 32.35 25.14 71.55 -
YUV 140.48 173.44 134.79 -
System Red Green Blue C M Y K H S L
Decimal 150 120 221 0.32 0.46 0 0.13 257.82 0.6 0.67
Hex 96 78 DD 20 2E 0 D 102 3C 43
Octal 226 170 335 40 56 0 15 402 74 103
Binary 10010110 1111000 11011101 100000 101110 0 1101 100000010 111100 1000011

Color Harmonies of #9678DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9678DD

Black with #9678DD

Text Example


Text Example

White with #9678DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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