Html Css Color HEX #9C81DD Medium Purple

📋 copy color: '#9C81DD'

red 156 ◦ green 129 ◦ blue 221

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

Shades of Medium Purple #9C81DD

Tints of Medium Purple #9C81DD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.49%

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

R = 30.83%
G = 25.49%
B = 43.68%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C81DD (or 0x9C81DD) is known color: Medium Purple. HEX triplet: 9C, 81 and DD. RGB value is (156,129,221). Sum of RGB (Red+Green+Blue) = 156+129+221=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C81DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C81DD is #637E22. Grayscale: #939393. Windows color (decimal): -6520355 or 14516636. OLE color: 14516636.

HSL color Cylindrical-coordinate representation of color #9C81DD: hue angle of 257.61º degrees, saturation: 0.57, 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 #9C81DD is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 129 221 -
CMYK 0.29 0.42 0 0.13
HSL 257.61º 0.58% 0.69% -
HSV(B) 257.61º 0.42% 0.87% -
XYZ 34.61 27.99 71.98 -
YUV 147.56 169.45 134.02 -
System Red Green Blue C M Y K H S L
Decimal 156 129 221 0.29 0.42 0 0.13 257.61 0.58 0.69
Hex 9C 81 DD 1D 2A 0 D 102 3A 45
Octal 234 201 335 35 52 0 15 402 72 105
Binary 10011100 10000001 11011101 11101 101010 0 1101 100000010 111010 1000101

Color Harmonies of #9C81DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C81DD

Black with #9C81DD

Text Example


Text Example

White with #9C81DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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