Html Css Color HEX #9C80DE Medium Purple

📋 copy color: '#9C80DE'

red 156 ◦ green 128 ◦ blue 222

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

Shades of Medium Purple #9C80DE

Tints of Medium Purple #9C80DE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.3%

 BLUE value IS 222 (87.11% from 255) = 43.87%

R = 30.83%
G = 25.3%
B = 43.87%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C80DE (or 0x9C80DE) is known color: Medium Purple. HEX triplet: 9C, 80 and DE. RGB value is (156,128,222). Sum of RGB (Red+Green+Blue) = 156+128+222=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C80DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C80DE is #637F21. Grayscale: #929292. Windows color (decimal): -6520610 or 14581916. OLE color: 14581916.

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

Color convert

RGB 156 128 222 -
CMYK 0.30 0.42 0 0.13
HSL 257.87º 0.59% 0.69% -
HSV(B) 257.87º 0.42% 0.87% -
XYZ 34.61 27.78 72.64 -
YUV 147.09 170.28 134.36 -
System Red Green Blue C M Y K H S L
Decimal 156 128 222 0.30 0.42 0 0.13 257.87 0.59 0.69
Hex 9C 80 DE 1E 2A 0 D 102 3B 45
Octal 234 200 336 36 52 0 15 402 73 105
Binary 10011100 10000000 11011110 11110 101010 0 1101 100000010 111011 1000101

Color Harmonies of #9C80DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C80DE

Black with #9C80DE

Text Example


Text Example

White with #9C80DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,128,222); }

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

background-color css

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

 a { background-color: rgb(156,128,222); }

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

border-color css

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

 span { border-color: rgb(156,128,222); }

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