Html Css Color HEX #916DEA Medium Purple

📋 copy color: '#916DEA'

red 145 ◦ green 109 ◦ blue 234

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

Shades of Medium Purple #916DEA

Tints of Medium Purple #916DEA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.34%

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 29.71%
G = 22.34%
B = 47.95%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#916DEA (or 0x916DEA) is known color: Medium Purple. HEX triplet: 91, 6D and EA. RGB value is (145,109,234). Sum of RGB (Red+Green+Blue) = 145+109+234=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #916DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916DEA is #6E9215. Grayscale: #858585. Windows color (decimal): -7246358 or 15363473. OLE color: 15363473.

HSL color Cylindrical-coordinate representation of color #916DEA: hue angle of 257.28º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #916DEA is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 145 109 234 -
CMYK 0.38 0.53 0 0.08
HSL 257.28º 0.75% 0.67% -
HSV(B) 257.28º 0.53% 0.92% -
XYZ 32 22.9 80.58 -
YUV 134.01 184.43 135.84 -
System Red Green Blue C M Y K H S L
Decimal 145 109 234 0.38 0.53 0 0.08 257.28 0.75 0.67
Hex 91 6D EA 26 35 0 8 101 4B 43
Octal 221 155 352 46 65 0 10 401 113 103
Binary 10010001 1101101 11101010 100110 110101 0 1000 100000001 1001011 1000011

Color Harmonies of #916DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916DEA

Black with #916DEA

Text Example


Text Example

White with #916DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,109,234); }

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

background-color css

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

 a { background-color: rgb(145,109,234); }

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

border-color css

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

 span { border-color: rgb(145,109,234); }

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