Html Css Color HEX #9E6CDB Medium Purple

📋 copy color: '#9E6CDB'

red 158 ◦ green 108 ◦ blue 219

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

Shades of Medium Purple #9E6CDB

Tints of Medium Purple #9E6CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 32.58%
G = 22.27%
B = 45.15%

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

#9E6CDB (or 0x9E6CDB) is known color: Medium Purple. HEX triplet: 9E, 6C and DB. RGB value is (158,108,219). Sum of RGB (Red+Green+Blue) = 158+108+219=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E6CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6CDB is #619324. Grayscale: #878787. Windows color (decimal): -6394661 or 14380190. OLE color: 14380190.

HSL color Cylindrical-coordinate representation of color #9E6CDB: hue angle of 267.03º degrees, saturation: 0.61, 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 #9E6CDB is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 108 219 -
CMYK 0.28 0.51 0 0.14
HSL 267.03º 0.61% 0.64% -
HSV(B) 267.03º 0.51% 0.86% -
XYZ 32.25 23.11 69.78 -
YUV 135.6 175.07 143.97 -
System Red Green Blue C M Y K H S L
Decimal 158 108 219 0.28 0.51 0 0.14 267.03 0.61 0.64
Hex 9E 6C DB 1C 33 0 E 10B 3D 40
Octal 236 154 333 34 63 0 16 413 75 100
Binary 10011110 1101100 11011011 11100 110011 0 1110 100001011 111101 1000000

Color Harmonies of #9E6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6CDB

Black with #9E6CDB

Text Example


Text Example

White with #9E6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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