Html Css Color HEX #8975DB Medium Purple

📋 copy color: '#8975DB'

red 137 ◦ green 117 ◦ blue 219

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

Shades of Medium Purple #8975DB

Tints of Medium Purple #8975DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.74%

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

R = 28.96%
G = 24.74%
B = 46.3%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8975DB (or 0x8975DB) is known color: Medium Purple. HEX triplet: 89, 75 and DB. RGB value is (137,117,219). Sum of RGB (Red+Green+Blue) = 137+117+219=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #8975DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8975DB is #768A24. Grayscale: #868686. Windows color (decimal): -7768613 or 14382473. OLE color: 14382473.

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

Color convert

RGB 137 117 219 -
CMYK 0.37 0.47 0 0.14
HSL 251.76º 0.59% 0.66% -
HSV(B) 251.76º 0.47% 0.86% -
XYZ 29.46 23.16 69.93 -
YUV 134.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 137 117 219 0.37 0.47 0 0.14 251.76 0.59 0.66
Hex 89 75 DB 25 2F 0 E FC 3B 42
Octal 211 165 333 45 57 0 16 374 73 102
Binary 10001001 1110101 11011011 100101 101111 0 1110 11111100 111011 1000010

Color Harmonies of #8975DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8975DB

Black with #8975DB

Text Example


Text Example

White with #8975DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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