Html Css Color HEX #8969D8 Medium Purple

📋 copy color: '#8969D8'

red 137 ◦ green 105 ◦ blue 216

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

Shades of Medium Purple #8969D8

Tints of Medium Purple #8969D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.16%

R = 29.91%
G = 22.93%
B = 47.16%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8969D8 (or 0x8969D8) is known color: Medium Purple. HEX triplet: 89, 69 and D8. RGB value is (137,105,216). Sum of RGB (Red+Green+Blue) = 137+105+216=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #8969D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8969D8 is #769627. Grayscale: #7E7E7E. Windows color (decimal): -7771688 or 14182793. OLE color: 14182793.

HSL color Cylindrical-coordinate representation of color #8969D8: hue angle of 257.3º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8969D8 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 105 216 -
CMYK 0.37 0.51 0 0.15
HSL 257.3º 0.59% 0.63% -
HSV(B) 257.3º 0.51% 0.85% -
XYZ 27.76 20.38 67.44 -
YUV 127.22 178.1 134.97 -
System Red Green Blue C M Y K H S L
Decimal 137 105 216 0.37 0.51 0 0.15 257.3 0.59 0.63
Hex 89 69 D8 25 33 0 F 101 3B 3F
Octal 211 151 330 45 63 0 17 401 73 77
Binary 10001001 1101001 11011000 100101 110011 0 1111 100000001 111011 111111

Color Harmonies of #8969D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8969D8

Black with #8969D8

Text Example


Text Example

White with #8969D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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