Html Css Color HEX #8C67DD Medium Purple

📋 copy color: '#8C67DD'

red 140 ◦ green 103 ◦ blue 221

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

Shades of Medium Purple #8C67DD

Tints of Medium Purple #8C67DD

RGB

 RED value IS 140 (55.08% from 255) = 30.17%

 GREEN value IS 103 (40.63% from 255) = 22.2%

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

R = 30.17%
G = 22.2%
B = 47.63%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C67DD (or 0x8C67DD) is known color: Medium Purple. HEX triplet: 8C, 67 and DD. RGB value is (140,103,221). Sum of RGB (Red+Green+Blue) = 140+103+221=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C67DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C67DD is #739822. Grayscale: #7F7F7F. Windows color (decimal): -7575587 or 14509964. OLE color: 14509964.

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

Color convert

RGB 140 103 221 -
CMYK 0.37 0.53 0 0.13
HSL 258.81º 0.63% 0.64% -
HSV(B) 258.81º 0.53% 0.87% -
XYZ 28.72 20.5 70.85 -
YUV 127.52 180.76 136.91 -
System Red Green Blue C M Y K H S L
Decimal 140 103 221 0.37 0.53 0 0.13 258.81 0.63 0.64
Hex 8C 67 DD 25 35 0 D 103 3F 40
Octal 214 147 335 45 65 0 15 403 77 100
Binary 10001100 1100111 11011101 100101 110101 0 1101 100000011 111111 1000000

Color Harmonies of #8C67DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C67DD

Black with #8C67DD

Text Example


Text Example

White with #8C67DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,103,221); }

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

background-color css

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

 a { background-color: rgb(140,103,221); }

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

border-color css

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

 span { border-color: rgb(140,103,221); }

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