Html Css Color HEX #916CDE Medium Purple

📋 copy color: '#916CDE'

red 145 ◦ green 108 ◦ blue 222

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

Shades of Medium Purple #916CDE

Tints of Medium Purple #916CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.74%

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

R = 30.53%
G = 22.74%
B = 46.74%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#916CDE (or 0x916CDE) is known color: Medium Purple. HEX triplet: 91, 6C and DE. RGB value is (145,108,222). Sum of RGB (Red+Green+Blue) = 145+108+222=475 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.53% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #916CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916CDE is #6E9321. Grayscale: #838383. Windows color (decimal): -7246626 or 14576785. OLE color: 14576785.

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

Color convert

RGB 145 108 222 -
CMYK 0.35 0.51 0 0.13
HSL 259.47º 0.63% 0.65% -
HSV(B) 259.47º 0.51% 0.87% -
XYZ 30.22 22.02 71.76 -
YUV 132.06 178.76 137.23 -
System Red Green Blue C M Y K H S L
Decimal 145 108 222 0.35 0.51 0 0.13 259.47 0.63 0.65
Hex 91 6C DE 23 33 0 D 103 3F 41
Octal 221 154 336 43 63 0 15 403 77 101
Binary 10010001 1101100 11011110 100011 110011 0 1101 100000011 111111 1000001

Color Harmonies of #916CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916CDE

Black with #916CDE

Text Example


Text Example

White with #916CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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