Html Css Color HEX #9C76DD Medium Purple

📋 copy color: '#9C76DD'

red 156 ◦ green 118 ◦ blue 221

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

Shades of Medium Purple #9C76DD

Tints of Medium Purple #9C76DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 31.52%
G = 23.84%
B = 44.65%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C76DD (or 0x9C76DD) is known color: Medium Purple. HEX triplet: 9C, 76 and DD. RGB value is (156,118,221). Sum of RGB (Red+Green+Blue) = 156+118+221=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C76DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C76DD is #638922. Grayscale: #8C8C8C. Windows color (decimal): -6523171 or 14513820. OLE color: 14513820.

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

Color convert

RGB 156 118 221 -
CMYK 0.29 0.47 0 0.13
HSL 262.14º 0.6% 0.66% -
HSV(B) 262.14º 0.47% 0.87% -
XYZ 33.24 25.25 71.53 -
YUV 141.1 173.09 138.62 -
System Red Green Blue C M Y K H S L
Decimal 156 118 221 0.29 0.47 0 0.13 262.14 0.6 0.66
Hex 9C 76 DD 1D 2F 0 D 106 3C 42
Octal 234 166 335 35 57 0 15 406 74 102
Binary 10011100 1110110 11011101 11101 101111 0 1101 100000110 111100 1000010

Color Harmonies of #9C76DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C76DD

Black with #9C76DD

Text Example


Text Example

White with #9C76DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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