Html Css Color HEX #916CDD Medium Purple

📋 copy color: '#916CDD'

red 145 ◦ green 108 ◦ blue 221

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

Shades of Medium Purple #916CDD

Tints of Medium Purple #916CDD

RGB

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

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

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

R = 30.59%
G = 22.78%
B = 46.62%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#916CDD (or 0x916CDD) is known color: Medium Purple. HEX triplet: 91, 6C and DD. RGB value is (145,108,221). Sum of RGB (Red+Green+Blue) = 145+108+221=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #916CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916CDD is #6E9322. Grayscale: #838383. Windows color (decimal): -7246627 or 14511249. OLE color: 14511249.

HSL color Cylindrical-coordinate representation of color #916CDD: hue angle of 259.65º degrees, saturation: 0.62, 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 #916CDD is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 108 221 -
CMYK 0.34 0.51 0 0.13
HSL 259.65º 0.62% 0.65% -
HSV(B) 259.65º 0.51% 0.87% -
XYZ 30.09 21.97 71.06 -
YUV 131.95 178.26 137.31 -
System Red Green Blue C M Y K H S L
Decimal 145 108 221 0.34 0.51 0 0.13 259.65 0.62 0.65
Hex 91 6C DD 22 33 0 D 104 3E 41
Octal 221 154 335 42 63 0 15 404 76 101
Binary 10010001 1101100 11011101 100010 110011 0 1101 100000100 111110 1000001

Color Harmonies of #916CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916CDD

Black with #916CDD

Text Example


Text Example

White with #916CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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