Html Css Color HEX #916CEF Medium Purple

📋 copy color: '#916CEF'

red 145 ◦ green 108 ◦ blue 239

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

Shades of Medium Purple #916CEF

Tints of Medium Purple #916CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.58%

R = 29.47%
G = 21.95%
B = 48.58%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#916CEF (or 0x916CEF) is known color: Medium Purple. HEX triplet: 91, 6C and EF. RGB value is (145,108,239). Sum of RGB (Red+Green+Blue) = 145+108+239=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #916CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916CEF is #6E9310. Grayscale: #858585. Windows color (decimal): -7246609 or 15690897. OLE color: 15690897.

HSL color Cylindrical-coordinate representation of color #916CEF: hue angle of 256.95º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #916CEF is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 145 108 239 -
CMYK 0.39 0.55 0 0.06
HSL 256.95º 0.8% 0.68% -
HSV(B) 256.95º 0.55% 0.94% -
XYZ 32.62 22.98 84.38 -
YUV 134 187.26 135.85 -
System Red Green Blue C M Y K H S L
Decimal 145 108 239 0.39 0.55 0 0.06 256.95 0.8 0.68
Hex 91 6C EF 27 37 0 6 101 50 44
Octal 221 154 357 47 67 0 6 401 120 104
Binary 10010001 1101100 11101111 100111 110111 0 110 100000001 1010000 1000100

Color Harmonies of #916CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916CEF

Black with #916CEF

Text Example


Text Example

White with #916CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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