Html Css Color HEX #916CDB Medium Purple

📋 copy color: '#916CDB'

red 145 ◦ green 108 ◦ blue 219

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

Shades of Medium Purple #916CDB

Tints of Medium Purple #916CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 30.72%
G = 22.88%
B = 46.4%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#916CDB (or 0x916CDB) is known color: Medium Purple. HEX triplet: 91, 6C and DB. RGB value is (145,108,219). Sum of RGB (Red+Green+Blue) = 145+108+219=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #916CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916CDB is #6E9324. Grayscale: #838383. Windows color (decimal): -7246629 or 14380177. OLE color: 14380177.

HSL color Cylindrical-coordinate representation of color #916CDB: hue angle of 260º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #916CDB is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 108 219 -
CMYK 0.34 0.51 0 0.14
HSL 260º 0.61% 0.64% -
HSV(B) 260º 0.51% 0.86% -
XYZ 29.83 21.86 69.67 -
YUV 131.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 145 108 219 0.34 0.51 0 0.14 260 0.61 0.64
Hex 91 6C DB 22 33 0 E 104 3D 40
Octal 221 154 333 42 63 0 16 404 75 100
Binary 10010001 1101100 11011011 100010 110011 0 1110 100000100 111101 1000000

Color Harmonies of #916CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916CDB

Black with #916CDB

Text Example


Text Example

White with #916CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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