Html Css Color HEX #917CDE Medium Purple

📋 copy color: '#917CDE'

red 145 ◦ green 124 ◦ blue 222

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

Shades of Medium Purple #917CDE

Tints of Medium Purple #917CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.21%

R = 29.53%
G = 25.25%
B = 45.21%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#917CDE (or 0x917CDE) is known color: Medium Purple. HEX triplet: 91, 7C and DE. RGB value is (145,124,222). Sum of RGB (Red+Green+Blue) = 145+124+222=491 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.53% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #917CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917CDE is #6E8321. Grayscale: #8D8D8D. Windows color (decimal): -7242530 or 14580881. OLE color: 14580881.

HSL color Cylindrical-coordinate representation of color #917CDE: hue angle of 252.86º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #917CDE is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 124 222 -
CMYK 0.35 0.44 0 0.13
HSL 252.86º 0.6% 0.68% -
HSV(B) 252.86º 0.44% 0.87% -
XYZ 32.07 25.71 72.38 -
YUV 141.45 173.46 130.53 -
System Red Green Blue C M Y K H S L
Decimal 145 124 222 0.35 0.44 0 0.13 252.86 0.6 0.68
Hex 91 7C DE 23 2C 0 D FD 3C 44
Octal 221 174 336 43 54 0 15 375 74 104
Binary 10010001 1111100 11011110 100011 101100 0 1101 11111101 111100 1000100

Color Harmonies of #917CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917CDE

Black with #917CDE

Text Example


Text Example

White with #917CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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