Html Css Color HEX #8968DC Medium Purple

📋 copy color: '#8968DC'

red 137 ◦ green 104 ◦ blue 220

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

Shades of Medium Purple #8968DC

Tints of Medium Purple #8968DC

RGB

 RED value IS 137 (53.91% from 255) = 29.72%

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

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

R = 29.72%
G = 22.56%
B = 47.72%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8968DC (or 0x8968DC) is known color: Medium Purple. HEX triplet: 89, 68 and DC. RGB value is (137,104,220). Sum of RGB (Red+Green+Blue) = 137+104+220=461 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.72% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #8968DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8968DC is #769723. Grayscale: #7E7E7E. Windows color (decimal): -7771940 or 14444681. OLE color: 14444681.

HSL color Cylindrical-coordinate representation of color #8968DC: hue angle of 257.07º 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 #8968DC is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 104 220 -
CMYK 0.38 0.53 0 0.14
HSL 257.07º 0.62% 0.64% -
HSV(B) 257.07º 0.53% 0.86% -
XYZ 28.19 20.39 70.16 -
YUV 127.09 180.43 135.07 -
System Red Green Blue C M Y K H S L
Decimal 137 104 220 0.38 0.53 0 0.14 257.07 0.62 0.64
Hex 89 68 DC 26 35 0 E 101 3E 40
Octal 211 150 334 46 65 0 16 401 76 100
Binary 10001001 1101000 11011100 100110 110101 0 1110 100000001 111110 1000000

Color Harmonies of #8968DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8968DC

Black with #8968DC

Text Example


Text Example

White with #8968DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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