Html Css Color HEX #9C6FDB Medium Purple

📋 copy color: '#9C6FDB'

red 156 ◦ green 111 ◦ blue 219

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

Shades of Medium Purple #9C6FDB

Tints of Medium Purple #9C6FDB

RGB

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

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

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

R = 32.1%
G = 22.84%
B = 45.06%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C6FDB (or 0x9C6FDB) is known color: Medium Purple. HEX triplet: 9C, 6F and DB. RGB value is (156,111,219). Sum of RGB (Red+Green+Blue) = 156+111+219=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C6FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6FDB is #639024. Grayscale: #888888. Windows color (decimal): -6524965 or 14380956. OLE color: 14380956.

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

Color convert

RGB 156 111 219 -
CMYK 0.29 0.49 0 0.14
HSL 265º 0.6% 0.65% -
HSV(B) 265º 0.49% 0.86% -
XYZ 32.18 23.55 69.87 -
YUV 136.77 174.41 141.72 -
System Red Green Blue C M Y K H S L
Decimal 156 111 219 0.29 0.49 0 0.14 265 0.6 0.65
Hex 9C 6F DB 1D 31 0 E 109 3C 41
Octal 234 157 333 35 61 0 16 411 74 101
Binary 10011100 1101111 11011011 11101 110001 0 1110 100001001 111100 1000001

Color Harmonies of #9C6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6FDB

Black with #9C6FDB

Text Example


Text Example

White with #9C6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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