Html Css Color HEX #9668DC Medium Purple

📋 copy color: '#9668DC'

red 150 ◦ green 104 ◦ blue 220

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

Shades of Medium Purple #9668DC

Tints of Medium Purple #9668DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.94%

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

R = 31.65%
G = 21.94%
B = 46.41%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9668DC (or 0x9668DC) is known color: Medium Purple. HEX triplet: 96, 68 and DC. RGB value is (150,104,220). Sum of RGB (Red+Green+Blue) = 150+104+220=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #9668DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9668DC is #699723. Grayscale: #828282. Windows color (decimal): -6919972 or 14444694. OLE color: 14444694.

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

Color convert

RGB 150 104 220 -
CMYK 0.32 0.53 0 0.14
HSL 263.79º 0.62% 0.64% -
HSV(B) 263.79º 0.53% 0.86% -
XYZ 30.45 21.55 70.27 -
YUV 130.98 178.24 141.57 -
System Red Green Blue C M Y K H S L
Decimal 150 104 220 0.32 0.53 0 0.14 263.79 0.62 0.64
Hex 96 68 DC 20 35 0 E 108 3E 40
Octal 226 150 334 40 65 0 16 410 76 100
Binary 10010110 1101000 11011100 100000 110101 0 1110 100001000 111110 1000000

Color Harmonies of #9668DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9668DC

Black with #9668DC

Text Example


Text Example

White with #9668DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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