Html Css Color HEX #8675DE Medium Purple

📋 copy color: '#8675DE'

red 134 ◦ green 117 ◦ blue 222

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

Shades of Medium Purple #8675DE

Tints of Medium Purple #8675DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.93%

R = 28.33%
G = 24.74%
B = 46.93%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8675DE (or 0x8675DE) is known color: Medium Purple. HEX triplet: 86, 75 and DE. RGB value is (134,117,222). Sum of RGB (Red+Green+Blue) = 134+117+222=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #8675DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8675DE is #798A21. Grayscale: #858585. Windows color (decimal): -7965218 or 14579078. OLE color: 14579078.

HSL color Cylindrical-coordinate representation of color #8675DE: hue angle of 249.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8675DE is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 117 222 -
CMYK 0.40 0.47 0 0.13
HSL 249.71º 0.61% 0.66% -
HSV(B) 249.71º 0.47% 0.87% -
XYZ 29.38 23.06 72.01 -
YUV 134.05 177.63 127.96 -
System Red Green Blue C M Y K H S L
Decimal 134 117 222 0.40 0.47 0 0.13 249.71 0.61 0.66
Hex 86 75 DE 28 2F 0 D FA 3D 42
Octal 206 165 336 50 57 0 15 372 75 102
Binary 10000110 1110101 11011110 101000 101111 0 1101 11111010 111101 1000010

Color Harmonies of #8675DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8675DE

Black with #8675DE

Text Example


Text Example

White with #8675DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8675DE; }

 p { color: rgb(134,117,222); }

 H1.HeaderClassName
 {
   color: #8675DE;
 }
 .AnyTagClassName
 {
   color: #8675DE;
 }
</style>

background-color css

<style>
 a { background-color: #8675DE; }

 a { background-color: rgb(134,117,222); }

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

border-color css

<style>
 span { border-color: #8675DE; }

 span { border-color: rgb(134,117,222); }

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