Html Css Color HEX #9C76DB Medium Purple

📋 copy color: '#9C76DB'

red 156 ◦ green 118 ◦ blue 219

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

Shades of Medium Purple #9C76DB

Tints of Medium Purple #9C76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.94%

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

R = 31.64%
G = 23.94%
B = 44.42%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C76DB (or 0x9C76DB) is known color: Medium Purple. HEX triplet: 9C, 76 and DB. RGB value is (156,118,219). Sum of RGB (Red+Green+Blue) = 156+118+219=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C76DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C76DB is #638924. Grayscale: #8C8C8C. Windows color (decimal): -6523173 or 14382748. OLE color: 14382748.

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

Color convert

RGB 156 118 219 -
CMYK 0.29 0.46 0 0.14
HSL 262.57º 0.58% 0.66% -
HSV(B) 262.57º 0.46% 0.86% -
XYZ 32.97 25.14 70.13 -
YUV 140.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 156 118 219 0.29 0.46 0 0.14 262.57 0.58 0.66
Hex 9C 76 DB 1D 2E 0 E 107 3A 42
Octal 234 166 333 35 56 0 16 407 72 102
Binary 10011100 1110110 11011011 11101 101110 0 1110 100000111 111010 1000010

Color Harmonies of #9C76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C76DB

Black with #9C76DB

Text Example


Text Example

White with #9C76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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