Html Css Color HEX #8670DB Medium Purple

📋 copy color: '#8670DB'

red 134 ◦ green 112 ◦ blue 219

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

Shades of Medium Purple #8670DB

Tints of Medium Purple #8670DB

RGB

 RED value IS 134 (52.73% from 255) = 28.82%

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

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

R = 28.82%
G = 24.09%
B = 47.1%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8670DB (or 0x8670DB) is known color: Medium Purple. HEX triplet: 86, 70 and DB. RGB value is (134,112,219). Sum of RGB (Red+Green+Blue) = 134+112+219=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #8670DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8670DB is #798F24. Grayscale: #828282. Windows color (decimal): -7966501 or 14381190. OLE color: 14381190.

HSL color Cylindrical-coordinate representation of color #8670DB: hue angle of 252.34º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8670DB is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 112 219 -
CMYK 0.39 0.49 0 0.14
HSL 252.34º 0.6% 0.65% -
HSV(B) 252.34º 0.49% 0.86% -
XYZ 28.41 21.77 69.72 -
YUV 130.78 177.79 130.3 -
System Red Green Blue C M Y K H S L
Decimal 134 112 219 0.39 0.49 0 0.14 252.34 0.6 0.65
Hex 86 70 DB 27 31 0 E FC 3C 41
Octal 206 160 333 47 61 0 16 374 74 101
Binary 10000110 1110000 11011011 100111 110001 0 1110 11111100 111100 1000001

Color Harmonies of #8670DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8670DB

Black with #8670DB

Text Example


Text Example

White with #8670DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,112,219); }

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

background-color css

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

 a { background-color: rgb(134,112,219); }

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

border-color css

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

 span { border-color: rgb(134,112,219); }

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