Html Css Color HEX #9E6CDD Medium Purple

📋 copy color: '#9E6CDD'

red 158 ◦ green 108 ◦ blue 221

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

Shades of Medium Purple #9E6CDD

Tints of Medium Purple #9E6CDD

RGB

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

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

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

R = 32.44%
G = 22.18%
B = 45.38%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E6CDD (or 0x9E6CDD) is known color: Medium Purple. HEX triplet: 9E, 6C and DD. RGB value is (158,108,221). Sum of RGB (Red+Green+Blue) = 158+108+221=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E6CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6CDD is #619322. Grayscale: #878787. Windows color (decimal): -6394659 or 14511262. OLE color: 14511262.

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

Color convert

RGB 158 108 221 -
CMYK 0.29 0.51 0 0.13
HSL 266.55º 0.62% 0.65% -
HSV(B) 266.55º 0.51% 0.87% -
XYZ 32.51 23.21 71.17 -
YUV 135.83 176.07 143.81 -
System Red Green Blue C M Y K H S L
Decimal 158 108 221 0.29 0.51 0 0.13 266.55 0.62 0.65
Hex 9E 6C DD 1D 33 0 D 10B 3E 41
Octal 236 154 335 35 63 0 15 413 76 101
Binary 10011110 1101100 11011101 11101 110011 0 1101 100001011 111110 1000001

Color Harmonies of #9E6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6CDD

Black with #9E6CDD

Text Example


Text Example

White with #9E6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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