Html Css Color HEX #8C69DE Medium Purple

📋 copy color: '#8C69DE'

red 140 ◦ green 105 ◦ blue 222

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

Shades of Medium Purple #8C69DE

Tints of Medium Purple #8C69DE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.48%

 BLUE value IS 222 (87.11% from 255) = 47.54%

R = 29.98%
G = 22.48%
B = 47.54%

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

#8C69DE (or 0x8C69DE) is known color: Medium Purple. HEX triplet: 8C, 69 and DE. RGB value is (140,105,222). Sum of RGB (Red+Green+Blue) = 140+105+222=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #8C69DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C69DE is #739621. Grayscale: #808080. Windows color (decimal): -7575074 or 14576012. OLE color: 14576012.

HSL color Cylindrical-coordinate representation of color #8C69DE: hue angle of 257.95º degrees, saturation: 0.64, 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 #8C69DE is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 105 222 -
CMYK 0.37 0.53 0 0.13
HSL 257.95º 0.64% 0.64% -
HSV(B) 257.95º 0.53% 0.87% -
XYZ 29.05 20.95 71.62 -
YUV 128.8 180.6 135.99 -
System Red Green Blue C M Y K H S L
Decimal 140 105 222 0.37 0.53 0 0.13 257.95 0.64 0.64
Hex 8C 69 DE 25 35 0 D 102 40 40
Octal 214 151 336 45 65 0 15 402 100 100
Binary 10001100 1101001 11011110 100101 110101 0 1101 100000010 1000000 1000000

Color Harmonies of #8C69DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C69DE

Black with #8C69DE

Text Example


Text Example

White with #8C69DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,105,222); }

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

background-color css

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

 a { background-color: rgb(140,105,222); }

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

border-color css

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

 span { border-color: rgb(140,105,222); }

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