Html Css Color HEX #916FE6 Medium Purple

📋 copy color: '#916FE6'

red 145 ◦ green 111 ◦ blue 230

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

Shades of Medium Purple #916FE6

Tints of Medium Purple #916FE6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.84%

 BLUE value IS 230 (90.23% from 255) = 47.33%

R = 29.84%
G = 22.84%
B = 47.33%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#916FE6 (or 0x916FE6) is known color: Medium Purple. HEX triplet: 91, 6F and E6. RGB value is (145,111,230). Sum of RGB (Red+Green+Blue) = 145+111+230=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #916FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916FE6 is #6E9019. Grayscale: #868686. Windows color (decimal): -7245850 or 15101841. OLE color: 15101841.

HSL color Cylindrical-coordinate representation of color #916FE6: hue angle of 257.14º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #916FE6 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 145 111 230 -
CMYK 0.37 0.52 0 0.10
HSL 257.14º 0.7% 0.67% -
HSV(B) 257.14º 0.52% 0.9% -
XYZ 31.64 23.1 77.65 -
YUV 134.73 181.76 135.32 -
System Red Green Blue C M Y K H S L
Decimal 145 111 230 0.37 0.52 0 0.10 257.14 0.7 0.67
Hex 91 6F E6 25 34 0 A 101 46 43
Octal 221 157 346 45 64 0 12 401 106 103
Binary 10010001 1101111 11100110 100101 110100 0 1010 100000001 1000110 1000011

Color Harmonies of #916FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916FE6

Black with #916FE6

Text Example


Text Example

White with #916FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,111,230); }

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

background-color css

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

 a { background-color: rgb(145,111,230); }

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

border-color css

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

 span { border-color: rgb(145,111,230); }

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