Html Css Color HEX #8970DA Medium Purple

📋 copy color: '#8970DA'

red 137 ◦ green 112 ◦ blue 218

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

Shades of Medium Purple #8970DA

Tints of Medium Purple #8970DA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.98%

 BLUE value IS 218 (85.55% from 255) = 46.68%

R = 29.34%
G = 23.98%
B = 46.68%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8970DA (or 0x8970DA) is known color: Medium Purple. HEX triplet: 89, 70 and DA. RGB value is (137,112,218). Sum of RGB (Red+Green+Blue) = 137+112+218=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #8970DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8970DA is #768F25. Grayscale: #838383. Windows color (decimal): -7769894 or 14315657. OLE color: 14315657.

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

Color convert

RGB 137 112 218 -
CMYK 0.37 0.49 0 0.15
HSL 254.15º 0.59% 0.65% -
HSV(B) 254.15º 0.49% 0.85% -
XYZ 28.77 21.97 69.05 -
YUV 131.56 176.78 131.88 -
System Red Green Blue C M Y K H S L
Decimal 137 112 218 0.37 0.49 0 0.15 254.15 0.59 0.65
Hex 89 70 DA 25 31 0 F FE 3B 41
Octal 211 160 332 45 61 0 17 376 73 101
Binary 10001001 1110000 11011010 100101 110001 0 1111 11111110 111011 1000001

Color Harmonies of #8970DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8970DA

Black with #8970DA

Text Example


Text Example

White with #8970DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8970DA; }

 p { color: rgb(137,112,218); }

 H1.HeaderClassName
 {
   color: #8970DA;
 }
 .AnyTagClassName
 {
   color: #8970DA;
 }
</style>

background-color css

<style>
 a { background-color: #8970DA; }

 a { background-color: rgb(137,112,218); }

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

border-color css

<style>
 span { border-color: #8970DA; }

 span { border-color: rgb(137,112,218); }

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