Html Css Color HEX #8A66DB Medium Purple

📋 copy color: '#8A66DB'

red 138 ◦ green 102 ◦ blue 219

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

Shades of Medium Purple #8A66DB

Tints of Medium Purple #8A66DB

RGB

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

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

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

R = 30.07%
G = 22.22%
B = 47.71%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A66DB (or 0x8A66DB) is known color: Medium Purple. HEX triplet: 8A, 66 and DB. RGB value is (138,102,219). Sum of RGB (Red+Green+Blue) = 138+102+219=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A66DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A66DB is #759924. Grayscale: #7D7D7D. Windows color (decimal): -7706917 or 14378634. OLE color: 14378634.

HSL color Cylindrical-coordinate representation of color #8A66DB: hue angle of 258.46º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A66DB is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 102 219 -
CMYK 0.37 0.53 0 0.14
HSL 258.46º 0.62% 0.63% -
HSV(B) 258.46º 0.53% 0.86% -
XYZ 28.02 20.02 69.41 -
YUV 126.1 180.43 136.49 -
System Red Green Blue C M Y K H S L
Decimal 138 102 219 0.37 0.53 0 0.14 258.46 0.62 0.63
Hex 8A 66 DB 25 35 0 E 102 3E 3F
Octal 212 146 333 45 65 0 16 402 76 77
Binary 10001010 1100110 11011011 100101 110101 0 1110 100000010 111110 111111

Color Harmonies of #8A66DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A66DB

Black with #8A66DB

Text Example


Text Example

White with #8A66DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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