Html Css Color HEX #8D6FE6 Medium Purple

📋 copy color: '#8D6FE6'

red 141 ◦ green 111 ◦ blue 230

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

Shades of Medium Purple #8D6FE6

Tints of Medium Purple #8D6FE6

RGB

 RED value IS 141 (55.47% from 255) = 29.25%

 GREEN value IS 111 (43.75% from 255) = 23.03%

 BLUE value IS 230 (90.23% from 255) = 47.72%

R = 29.25%
G = 23.03%
B = 47.72%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8D6FE6 (or 0x8D6FE6) is known color: Medium Purple. HEX triplet: 8D, 6F and E6. RGB value is (141,111,230). Sum of RGB (Red+Green+Blue) = 141+111+230=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 230 - color contains mainly: blue. Hex color #8D6FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6FE6 is #729019. Grayscale: #858585. Windows color (decimal): -7507994 or 15101837. OLE color: 15101837.

HSL color Cylindrical-coordinate representation of color #8D6FE6: hue angle of 255.13º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D6FE6 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 141 111 230 -
CMYK 0.39 0.52 0 0.10
HSL 255.13º 0.7% 0.67% -
HSV(B) 255.13º 0.52% 0.9% -
XYZ 30.95 22.74 77.62 -
YUV 133.54 182.44 133.32 -
System Red Green Blue C M Y K H S L
Decimal 141 111 230 0.39 0.52 0 0.10 255.13 0.7 0.67
Hex 8D 6F E6 27 34 0 A FF 46 43
Octal 215 157 346 47 64 0 12 377 106 103
Binary 10001101 1101111 11100110 100111 110100 0 1010 11111111 1000110 1000011

Color Harmonies of #8D6FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6FE6

Black with #8D6FE6

Text Example


Text Example

White with #8D6FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,111,230); }

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

background-color css

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

 a { background-color: rgb(141,111,230); }

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

border-color css

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

 span { border-color: rgb(141,111,230); }

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