Html Css Color HEX #8664DC Medium Purple

📋 copy color: '#8664DC'

red 134 ◦ green 100 ◦ blue 220

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

Shades of Medium Purple #8664DC

Tints of Medium Purple #8664DC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.03%

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

R = 29.52%
G = 22.03%
B = 48.46%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8664DC (or 0x8664DC) is known color: Medium Purple. HEX triplet: 86, 64 and DC. RGB value is (134,100,220). Sum of RGB (Red+Green+Blue) = 134+100+220=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #8664DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8664DC is #799B23. Grayscale: #7B7B7B. Windows color (decimal): -7969572 or 14443654. OLE color: 14443654.

HSL color Cylindrical-coordinate representation of color #8664DC: hue angle of 257º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8664DC is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 100 220 -
CMYK 0.39 0.55 0 0.14
HSL 257º 0.63% 0.63% -
HSV(B) 257º 0.55% 0.86% -
XYZ 27.31 19.35 70.01 -
YUV 123.85 182.26 135.24 -
System Red Green Blue C M Y K H S L
Decimal 134 100 220 0.39 0.55 0 0.14 257 0.63 0.63
Hex 86 64 DC 27 37 0 E 101 3F 3F
Octal 206 144 334 47 67 0 16 401 77 77
Binary 10000110 1100100 11011100 100111 110111 0 1110 100000001 111111 111111

Color Harmonies of #8664DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8664DC

Black with #8664DC

Text Example


Text Example

White with #8664DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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