Html Css Color HEX #8968DF Medium Purple

📋 copy color: '#8968DF'

red 137 ◦ green 104 ◦ blue 223

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

Shades of Medium Purple #8968DF

Tints of Medium Purple #8968DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.06%

R = 29.53%
G = 22.41%
B = 48.06%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8968DF (or 0x8968DF) is known color: Medium Purple. HEX triplet: 89, 68 and DF. RGB value is (137,104,223). Sum of RGB (Red+Green+Blue) = 137+104+223=464 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.53% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #8968DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8968DF is #769720. Grayscale: #7E7E7E. Windows color (decimal): -7771937 or 14641289. OLE color: 14641289.

HSL color Cylindrical-coordinate representation of color #8968DF: hue angle of 256.64º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8968DF is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 104 223 -
CMYK 0.39 0.53 0 0.13
HSL 256.64º 0.65% 0.64% -
HSV(B) 256.64º 0.53% 0.87% -
XYZ 28.59 20.55 72.27 -
YUV 127.43 181.93 134.82 -
System Red Green Blue C M Y K H S L
Decimal 137 104 223 0.39 0.53 0 0.13 256.64 0.65 0.64
Hex 89 68 DF 27 35 0 D 101 41 40
Octal 211 150 337 47 65 0 15 401 101 100
Binary 10001001 1101000 11011111 100111 110101 0 1101 100000001 1000001 1000000

Color Harmonies of #8968DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8968DF

Black with #8968DF

Text Example


Text Example

White with #8968DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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