Html Css Color HEX #9C6DDB Medium Purple

📋 copy color: '#9C6DDB'

red 156 ◦ green 109 ◦ blue 219

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

Shades of Medium Purple #9C6DDB

Tints of Medium Purple #9C6DDB

RGB

 RED value IS 156 (61.33% from 255) = 32.23%

 GREEN value IS 109 (42.97% from 255) = 22.52%

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

R = 32.23%
G = 22.52%
B = 45.25%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C6DDB (or 0x9C6DDB) is known color: Medium Purple. HEX triplet: 9C, 6D and DB. RGB value is (156,109,219). Sum of RGB (Red+Green+Blue) = 156+109+219=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C6DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6DDB is #639224. Grayscale: #878787. Windows color (decimal): -6525477 or 14380444. OLE color: 14380444.

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

Color convert

RGB 156 109 219 -
CMYK 0.29 0.50 0 0.14
HSL 265.64º 0.6% 0.64% -
HSV(B) 265.64º 0.5% 0.86% -
XYZ 31.97 23.12 69.8 -
YUV 135.59 175.07 142.56 -
System Red Green Blue C M Y K H S L
Decimal 156 109 219 0.29 0.50 0 0.14 265.64 0.6 0.64
Hex 9C 6D DB 1D 32 0 E 10A 3C 40
Octal 234 155 333 35 62 0 16 412 74 100
Binary 10011100 1101101 11011011 11101 110010 0 1110 100001010 111100 1000000

Color Harmonies of #9C6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6DDB

Black with #9C6DDB

Text Example


Text Example

White with #9C6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,109,219); }

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

background-color css

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

 a { background-color: rgb(156,109,219); }

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

border-color css

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

 span { border-color: rgb(156,109,219); }

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