Html Css Color HEX #917CDB Medium Purple

📋 copy color: '#917CDB'

red 145 ◦ green 124 ◦ blue 219

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

Shades of Medium Purple #917CDB

Tints of Medium Purple #917CDB

RGB

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

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

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

R = 29.71%
G = 25.41%
B = 44.88%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#917CDB (or 0x917CDB) is known color: Medium Purple. HEX triplet: 91, 7C and DB. RGB value is (145,124,219). Sum of RGB (Red+Green+Blue) = 145+124+219=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #917CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917CDB is #6E8324. Grayscale: #8C8C8C. Windows color (decimal): -7242533 or 14384273. OLE color: 14384273.

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

Color convert

RGB 145 124 219 -
CMYK 0.34 0.43 0 0.14
HSL 253.26º 0.57% 0.67% -
HSV(B) 253.26º 0.43% 0.86% -
XYZ 31.67 25.55 70.28 -
YUV 141.11 171.96 130.78 -
System Red Green Blue C M Y K H S L
Decimal 145 124 219 0.34 0.43 0 0.14 253.26 0.57 0.67
Hex 91 7C DB 22 2B 0 E FD 39 43
Octal 221 174 333 42 53 0 16 375 71 103
Binary 10010001 1111100 11011011 100010 101011 0 1110 11111101 111001 1000011

Color Harmonies of #917CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917CDB

Black with #917CDB

Text Example


Text Example

White with #917CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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