Html Css Color HEX #9C7FD5 Medium Purple

📋 copy color: '#9C7FD5'

red 156 ◦ green 127 ◦ blue 213

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

Shades of Medium Purple #9C7FD5

Tints of Medium Purple #9C7FD5

RGB

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

 GREEN value IS 127 (50% from 255) = 25.6%

 BLUE value IS 213 (83.59% from 255) = 42.94%

R = 31.45%
G = 25.6%
B = 42.94%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9C7FD5 (or 0x9C7FD5) is known color: Medium Purple. HEX triplet: 9C, 7F and D5. RGB value is (156,127,213). Sum of RGB (Red+Green+Blue) = 156+127+213=496 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.45% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #9C7FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7FD5 is #63802A. Grayscale: #919191. Windows color (decimal): -6520875 or 13991836. OLE color: 13991836.

HSL color Cylindrical-coordinate representation of color #9C7FD5: hue angle of 260.23º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C7FD5 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 156 127 213 -
CMYK 0.27 0.40 0 0.16
HSL 260.23º 0.51% 0.67% -
HSV(B) 260.23º 0.4% 0.84% -
XYZ 33.31 27.05 66.42 -
YUV 145.48 166.11 135.51 -
System Red Green Blue C M Y K H S L
Decimal 156 127 213 0.27 0.40 0 0.16 260.23 0.51 0.67
Hex 9C 7F D5 1B 28 0 10 104 33 43
Octal 234 177 325 33 50 0 20 404 63 103
Binary 10011100 1111111 11010101 11011 101000 0 10000 100000100 110011 1000011

Color Harmonies of #9C7FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7FD5

Black with #9C7FD5

Text Example


Text Example

White with #9C7FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,127,213); }

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

background-color css

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

 a { background-color: rgb(156,127,213); }

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

border-color css

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

 span { border-color: rgb(156,127,213); }

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