Html Css Color HEX #9C6BDF Medium Purple

📋 copy color: '#9C6BDF'

red 156 ◦ green 107 ◦ blue 223

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

Shades of Medium Purple #9C6BDF

Tints of Medium Purple #9C6BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.02%

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 32.1%
G = 22.02%
B = 45.88%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C6BDF (or 0x9C6BDF) is known color: Medium Purple. HEX triplet: 9C, 6B and DF. RGB value is (156,107,223). Sum of RGB (Red+Green+Blue) = 156+107+223=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C6BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6BDF is #639420. Grayscale: #868686. Windows color (decimal): -6525985 or 14642076. OLE color: 14642076.

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

Color convert

RGB 156 107 223 -
CMYK 0.30 0.52 0 0.13
HSL 265.34º 0.64% 0.65% -
HSV(B) 265.34º 0.52% 0.87% -
XYZ 32.29 22.91 72.53 -
YUV 134.88 177.73 143.07 -
System Red Green Blue C M Y K H S L
Decimal 156 107 223 0.30 0.52 0 0.13 265.34 0.64 0.65
Hex 9C 6B DF 1E 34 0 D 109 40 41
Octal 234 153 337 36 64 0 15 411 100 101
Binary 10011100 1101011 11011111 11110 110100 0 1101 100001001 1000000 1000001

Color Harmonies of #9C6BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6BDF

Black with #9C6BDF

Text Example


Text Example

White with #9C6BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,107,223); }

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

background-color css

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

 a { background-color: rgb(156,107,223); }

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

border-color css

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

 span { border-color: rgb(156,107,223); }

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