Html Css Color HEX #917CDC Medium Purple

📋 copy color: '#917CDC'

red 145 ◦ green 124 ◦ blue 220

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

Shades of Medium Purple #917CDC

Tints of Medium Purple #917CDC

RGB

 RED value IS 145 (57.03% from 255) = 29.65%

 GREEN value IS 124 (48.83% from 255) = 25.36%

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 29.65%
G = 25.36%
B = 44.99%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#917CDC (or 0x917CDC) is known color: Medium Purple. HEX triplet: 91, 7C and DC. RGB value is (145,124,220). Sum of RGB (Red+Green+Blue) = 145+124+220=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #917CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917CDC is #6E8323. Grayscale: #8C8C8C. Windows color (decimal): -7242532 or 14449809. OLE color: 14449809.

HSL color Cylindrical-coordinate representation of color #917CDC: hue angle of 253.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #917CDC is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 124 220 -
CMYK 0.34 0.44 0 0.14
HSL 253.13º 0.58% 0.67% -
HSV(B) 253.13º 0.44% 0.86% -
XYZ 31.8 25.6 70.98 -
YUV 141.22 172.46 130.69 -
System Red Green Blue C M Y K H S L
Decimal 145 124 220 0.34 0.44 0 0.14 253.13 0.58 0.67
Hex 91 7C DC 22 2C 0 E FD 3A 43
Octal 221 174 334 42 54 0 16 375 72 103
Binary 10010001 1111100 11011100 100010 101100 0 1110 11111101 111010 1000011

Color Harmonies of #917CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917CDC

Black with #917CDC

Text Example


Text Example

White with #917CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917CDC; }

 p { color: rgb(145,124,220); }

 H1.HeaderClassName
 {
   color: #917CDC;
 }
 .AnyTagClassName
 {
   color: #917CDC;
 }
</style>

background-color css

<style>
 a { background-color: #917CDC; }

 a { background-color: rgb(145,124,220); }

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

border-color css

<style>
 span { border-color: #917CDC; }

 span { border-color: rgb(145,124,220); }

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