Html Css Color HEX #8675DC Medium Purple

📋 copy color: '#8675DC'

red 134 ◦ green 117 ◦ blue 220

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

Shades of Medium Purple #8675DC

Tints of Medium Purple #8675DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 28.45%
G = 24.84%
B = 46.71%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8675DC (or 0x8675DC) is known color: Medium Purple. HEX triplet: 86, 75 and DC. RGB value is (134,117,220). Sum of RGB (Red+Green+Blue) = 134+117+220=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #8675DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8675DC is #798A23. Grayscale: #858585. Windows color (decimal): -7965220 or 14448006. OLE color: 14448006.

HSL color Cylindrical-coordinate representation of color #8675DC: hue angle of 249.9º degrees, saturation: 0.6, 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 #8675DC is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 117 220 -
CMYK 0.39 0.47 0 0.14
HSL 249.9º 0.6% 0.66% -
HSV(B) 249.9º 0.47% 0.86% -
XYZ 29.11 22.96 70.61 -
YUV 133.83 176.63 128.12 -
System Red Green Blue C M Y K H S L
Decimal 134 117 220 0.39 0.47 0 0.14 249.9 0.6 0.66
Hex 86 75 DC 27 2F 0 E FA 3C 42
Octal 206 165 334 47 57 0 16 372 74 102
Binary 10000110 1110101 11011100 100111 101111 0 1110 11111010 111100 1000010

Color Harmonies of #8675DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8675DC

Black with #8675DC

Text Example


Text Example

White with #8675DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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