Html Css Color HEX #9E6CDF Medium Purple

📋 copy color: '#9E6CDF'

red 158 ◦ green 108 ◦ blue 223

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

Shades of Medium Purple #9E6CDF

Tints of Medium Purple #9E6CDF

RGB

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

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

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

R = 32.31%
G = 22.09%
B = 45.6%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E6CDF (or 0x9E6CDF) is known color: Medium Purple. HEX triplet: 9E, 6C and DF. RGB value is (158,108,223). Sum of RGB (Red+Green+Blue) = 158+108+223=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E6CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6CDF is #619320. Grayscale: #878787. Windows color (decimal): -6394657 or 14642334. OLE color: 14642334.

HSL color Cylindrical-coordinate representation of color #9E6CDF: hue angle of 266.09º 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 #9E6CDF is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 108 223 -
CMYK 0.29 0.52 0 0.13
HSL 266.09º 0.64% 0.65% -
HSV(B) 266.09º 0.52% 0.87% -
XYZ 32.78 23.32 72.59 -
YUV 136.06 177.07 143.65 -
System Red Green Blue C M Y K H S L
Decimal 158 108 223 0.29 0.52 0 0.13 266.09 0.64 0.65
Hex 9E 6C DF 1D 34 0 D 10A 40 41
Octal 236 154 337 35 64 0 15 412 100 101
Binary 10011110 1101100 11011111 11101 110100 0 1101 100001010 1000000 1000001

Color Harmonies of #9E6CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6CDF

Black with #9E6CDF

Text Example


Text Example

White with #9E6CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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