Html Css Color HEX #8B6CDD Medium Purple

📋 copy color: '#8B6CDD'

red 139 ◦ green 108 ◦ blue 221

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

Shades of Medium Purple #8B6CDD

Tints of Medium Purple #8B6CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 29.7%
G = 23.08%
B = 47.22%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B6CDD (or 0x8B6CDD) is known color: Medium Purple. HEX triplet: 8B, 6C and DD. RGB value is (139,108,221). Sum of RGB (Red+Green+Blue) = 139+108+221=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B6CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6CDD is #749322. Grayscale: #818181. Windows color (decimal): -7639843 or 14511243. OLE color: 14511243.

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

Color convert

RGB 139 108 221 -
CMYK 0.37 0.51 0 0.13
HSL 256.46º 0.62% 0.65% -
HSV(B) 256.46º 0.51% 0.87% -
XYZ 29.06 21.43 71.01 -
YUV 130.15 179.27 134.31 -
System Red Green Blue C M Y K H S L
Decimal 139 108 221 0.37 0.51 0 0.13 256.46 0.62 0.65
Hex 8B 6C DD 25 33 0 D 100 3E 41
Octal 213 154 335 45 63 0 15 400 76 101
Binary 10001011 1101100 11011101 100101 110011 0 1101 100000000 111110 1000001

Color Harmonies of #8B6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6CDD

Black with #8B6CDD

Text Example


Text Example

White with #8B6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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