Html Css Color HEX #9E6CDC Medium Purple

📋 copy color: '#9E6CDC'

red 158 ◦ green 108 ◦ blue 220

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

Shades of Medium Purple #9E6CDC

Tints of Medium Purple #9E6CDC

RGB

 RED value IS 158 (62.11% from 255) = 32.51%

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

 BLUE value IS 220 (86.33% from 255) = 45.27%

R = 32.51%
G = 22.22%
B = 45.27%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E6CDC (or 0x9E6CDC) is known color: Medium Purple. HEX triplet: 9E, 6C and DC. RGB value is (158,108,220). Sum of RGB (Red+Green+Blue) = 158+108+220=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E6CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6CDC is #619323. Grayscale: #878787. Windows color (decimal): -6394660 or 14445726. OLE color: 14445726.

HSL color Cylindrical-coordinate representation of color #9E6CDC: hue angle of 266.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E6CDC is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 108 220 -
CMYK 0.28 0.51 0 0.14
HSL 266.79º 0.62% 0.64% -
HSV(B) 266.79º 0.51% 0.86% -
XYZ 32.38 23.16 70.47 -
YUV 135.72 175.57 143.89 -
System Red Green Blue C M Y K H S L
Decimal 158 108 220 0.28 0.51 0 0.14 266.79 0.62 0.64
Hex 9E 6C DC 1C 33 0 E 10B 3E 40
Octal 236 154 334 34 63 0 16 413 76 100
Binary 10011110 1101100 11011100 11100 110011 0 1110 100001011 111110 1000000

Color Harmonies of #9E6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6CDC

Black with #9E6CDC

Text Example


Text Example

White with #9E6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E6CDC; }

 p { color: rgb(158,108,220); }

 H1.HeaderClassName
 {
   color: #9E6CDC;
 }
 .AnyTagClassName
 {
   color: #9E6CDC;
 }
</style>

background-color css

<style>
 a { background-color: #9E6CDC; }

 a { background-color: rgb(158,108,220); }

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

border-color css

<style>
 span { border-color: #9E6CDC; }

 span { border-color: rgb(158,108,220); }

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