Html Css Color HEX #9C8ADF Medium Purple

📋 copy color: '#9C8ADF'

red 156 ◦ green 138 ◦ blue 223

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

Shades of Medium Purple #9C8ADF

Tints of Medium Purple #9C8ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.69%

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

R = 30.17%
G = 26.69%
B = 43.13%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C8ADF (or 0x9C8ADF) is known color: Medium Purple. HEX triplet: 9C, 8A and DF. RGB value is (156,138,223). Sum of RGB (Red+Green+Blue) = 156+138+223=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C8ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8ADF is #637520. Grayscale: #989898. Windows color (decimal): -6518049 or 14650012. OLE color: 14650012.

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

Color convert

RGB 156 138 223 -
CMYK 0.30 0.38 0 0.13
HSL 252.71º 0.57% 0.71% -
HSV(B) 252.71º 0.38% 0.87% -
XYZ 36.12 30.57 73.81 -
YUV 153.07 167.46 130.09 -
System Red Green Blue C M Y K H S L
Decimal 156 138 223 0.30 0.38 0 0.13 252.71 0.57 0.71
Hex 9C 8A DF 1E 26 0 D FD 39 47
Octal 234 212 337 36 46 0 15 375 71 107
Binary 10011100 10001010 11011111 11110 100110 0 1101 11111101 111001 1000111

Color Harmonies of #9C8ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8ADF

Black with #9C8ADF

Text Example


Text Example

White with #9C8ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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