Html Css Color HEX #9E6FDD Medium Purple

📋 copy color: '#9E6FDD'

red 158 ◦ green 111 ◦ blue 221

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

Shades of Medium Purple #9E6FDD

Tints of Medium Purple #9E6FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.65%

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

R = 32.24%
G = 22.65%
B = 45.1%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E6FDD (or 0x9E6FDD) is known color: Medium Purple. HEX triplet: 9E, 6F and DD. RGB value is (158,111,221). Sum of RGB (Red+Green+Blue) = 158+111+221=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E6FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6FDD is #619022. Grayscale: #898989. Windows color (decimal): -6393891 or 14512030. OLE color: 14512030.

HSL color Cylindrical-coordinate representation of color #9E6FDD: hue angle of 265.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E6FDD is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 111 221 -
CMYK 0.29 0.50 0 0.13
HSL 265.64º 0.62% 0.65% -
HSV(B) 265.64º 0.5% 0.87% -
XYZ 32.84 23.86 71.28 -
YUV 137.59 175.07 142.56 -
System Red Green Blue C M Y K H S L
Decimal 158 111 221 0.29 0.50 0 0.13 265.64 0.62 0.65
Hex 9E 6F DD 1D 32 0 D 10A 3E 41
Octal 236 157 335 35 62 0 15 412 76 101
Binary 10011110 1101111 11011101 11101 110010 0 1101 100001010 111110 1000001

Color Harmonies of #9E6FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6FDD

Black with #9E6FDD

Text Example


Text Example

White with #9E6FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,111,221); }

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

background-color css

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

 a { background-color: rgb(158,111,221); }

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

border-color css

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

 span { border-color: rgb(158,111,221); }

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