Html Css Color HEX #8B6CDF Medium Purple

📋 copy color: '#8B6CDF'

red 139 ◦ green 108 ◦ blue 223

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

Shades of Medium Purple #8B6CDF

Tints of Medium Purple #8B6CDF

RGB

 RED value IS 139 (54.69% from 255) = 29.57%

 GREEN value IS 108 (42.58% from 255) = 22.98%

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

R = 29.57%
G = 22.98%
B = 47.45%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B6CDF (or 0x8B6CDF) is known color: Medium Purple. HEX triplet: 8B, 6C and DF. RGB value is (139,108,223). Sum of RGB (Red+Green+Blue) = 139+108+223=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B6CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6CDF is #749320. Grayscale: #818181. Windows color (decimal): -7639841 or 14642315. OLE color: 14642315.

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

Color convert

RGB 139 108 223 -
CMYK 0.38 0.52 0 0.13
HSL 256.17º 0.64% 0.65% -
HSV(B) 256.17º 0.52% 0.87% -
XYZ 29.33 21.54 72.42 -
YUV 130.38 180.27 134.15 -
System Red Green Blue C M Y K H S L
Decimal 139 108 223 0.38 0.52 0 0.13 256.17 0.64 0.65
Hex 8B 6C DF 26 34 0 D 100 40 41
Octal 213 154 337 46 64 0 15 400 100 101
Binary 10001011 1101100 11011111 100110 110100 0 1101 100000000 1000000 1000001

Color Harmonies of #8B6CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6CDF

Black with #8B6CDF

Text Example


Text Example

White with #8B6CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,108,223); }

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

background-color css

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

 a { background-color: rgb(139,108,223); }

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

border-color css

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

 span { border-color: rgb(139,108,223); }

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