Html Css Color HEX #9C72DF Medium Purple

📋 copy color: '#9C72DF'

red 156 ◦ green 114 ◦ blue 223

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

Shades of Medium Purple #9C72DF

Tints of Medium Purple #9C72DF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.12%

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

R = 31.64%
G = 23.12%
B = 45.23%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C72DF (or 0x9C72DF) is known color: Medium Purple. HEX triplet: 9C, 72 and DF. RGB value is (156,114,223). Sum of RGB (Red+Green+Blue) = 156+114+223=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C72DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C72DF is #638D20. Grayscale: #8A8A8A. Windows color (decimal): -6524193 or 14643868. OLE color: 14643868.

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

Color convert

RGB 156 114 223 -
CMYK 0.30 0.49 0 0.13
HSL 263.12º 0.63% 0.66% -
HSV(B) 263.12º 0.49% 0.87% -
XYZ 33.05 24.43 72.79 -
YUV 138.98 175.41 140.14 -
System Red Green Blue C M Y K H S L
Decimal 156 114 223 0.30 0.49 0 0.13 263.12 0.63 0.66
Hex 9C 72 DF 1E 31 0 D 107 3F 42
Octal 234 162 337 36 61 0 15 407 77 102
Binary 10011100 1110010 11011111 11110 110001 0 1101 100000111 111111 1000010

Color Harmonies of #9C72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C72DF

Black with #9C72DF

Text Example


Text Example

White with #9C72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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