Html Css Color HEX #8968DB Medium Purple

📋 copy color: '#8968DB'

red 137 ◦ green 104 ◦ blue 219

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

Shades of Medium Purple #8968DB

Tints of Medium Purple #8968DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.61%

R = 29.78%
G = 22.61%
B = 47.61%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8968DB (or 0x8968DB) is known color: Medium Purple. HEX triplet: 89, 68 and DB. RGB value is (137,104,219). Sum of RGB (Red+Green+Blue) = 137+104+219=460 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.78% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #8968DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8968DB is #769724. Grayscale: #7E7E7E. Windows color (decimal): -7771941 or 14379145. OLE color: 14379145.

HSL color Cylindrical-coordinate representation of color #8968DB: hue angle of 257.22º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8968DB is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 104 219 -
CMYK 0.37 0.53 0 0.14
HSL 257.22º 0.61% 0.63% -
HSV(B) 257.22º 0.53% 0.86% -
XYZ 28.05 20.33 69.46 -
YUV 126.98 179.93 135.15 -
System Red Green Blue C M Y K H S L
Decimal 137 104 219 0.37 0.53 0 0.14 257.22 0.61 0.63
Hex 89 68 DB 25 35 0 E 101 3D 3F
Octal 211 150 333 45 65 0 16 401 75 77
Binary 10001001 1101000 11011011 100101 110101 0 1110 100000001 111101 111111

Color Harmonies of #8968DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8968DB

Black with #8968DB

Text Example


Text Example

White with #8968DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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