Html Css Color HEX #8969DB Medium Purple

📋 copy color: '#8969DB'

red 137 ◦ green 105 ◦ blue 219

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

Shades of Medium Purple #8969DB

Tints of Medium Purple #8969DB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.78%

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

R = 29.72%
G = 22.78%
B = 47.51%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8969DB (or 0x8969DB) is known color: Medium Purple. HEX triplet: 89, 69 and DB. RGB value is (137,105,219). Sum of RGB (Red+Green+Blue) = 137+105+219=461 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.72% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #8969DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8969DB is #769624. Grayscale: #7F7F7F. Windows color (decimal): -7771685 or 14379401. OLE color: 14379401.

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

Color convert

RGB 137 105 219 -
CMYK 0.37 0.52 0 0.14
HSL 256.84º 0.61% 0.64% -
HSV(B) 256.84º 0.52% 0.86% -
XYZ 28.15 20.54 69.5 -
YUV 127.56 179.6 134.73 -
System Red Green Blue C M Y K H S L
Decimal 137 105 219 0.37 0.52 0 0.14 256.84 0.61 0.64
Hex 89 69 DB 25 34 0 E 101 3D 40
Octal 211 151 333 45 64 0 16 401 75 100
Binary 10001001 1101001 11011011 100101 110100 0 1110 100000001 111101 1000000

Color Harmonies of #8969DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8969DB

Black with #8969DB

Text Example


Text Example

White with #8969DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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