Html Css Color HEX #8A66DF Medium Purple

📋 copy color: '#8A66DF'

red 138 ◦ green 102 ◦ blue 223

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

Shades of Medium Purple #8A66DF

Tints of Medium Purple #8A66DF

RGB

 RED value IS 138 (54.3% from 255) = 29.81%

 GREEN value IS 102 (40.23% from 255) = 22.03%

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 29.81%
G = 22.03%
B = 48.16%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A66DF (or 0x8A66DF) is known color: Medium Purple. HEX triplet: 8A, 66 and DF. RGB value is (138,102,223). Sum of RGB (Red+Green+Blue) = 138+102+223=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A66DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A66DF is #759920. Grayscale: #7E7E7E. Windows color (decimal): -7706913 or 14640778. OLE color: 14640778.

HSL color Cylindrical-coordinate representation of color #8A66DF: hue angle of 257.85º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A66DF is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 102 223 -
CMYK 0.38 0.54 0 0.13
HSL 257.85º 0.65% 0.64% -
HSV(B) 257.85º 0.54% 0.87% -
XYZ 28.55 20.23 72.21 -
YUV 126.56 182.43 136.16 -
System Red Green Blue C M Y K H S L
Decimal 138 102 223 0.38 0.54 0 0.13 257.85 0.65 0.64
Hex 8A 66 DF 26 36 0 D 102 41 40
Octal 212 146 337 46 66 0 15 402 101 100
Binary 10001010 1100110 11011111 100110 110110 0 1101 100000010 1000001 1000000

Color Harmonies of #8A66DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A66DF

Black with #8A66DF

Text Example


Text Example

White with #8A66DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A66DF; }

 p { color: rgb(138,102,223); }

 H1.HeaderClassName
 {
   color: #8A66DF;
 }
 .AnyTagClassName
 {
   color: #8A66DF;
 }
</style>

background-color css

<style>
 a { background-color: #8A66DF; }

 a { background-color: rgb(138,102,223); }

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

border-color css

<style>
 span { border-color: #8A66DF; }

 span { border-color: rgb(138,102,223); }

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