Html Css Color HEX #9168EC Medium Purple

📋 copy color: '#9168EC'

red 145 ◦ green 104 ◦ blue 236

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

Shades of Medium Purple #9168EC

Tints of Medium Purple #9168EC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.44%

 BLUE value IS 236 (92.58% from 255) = 48.66%

R = 29.9%
G = 21.44%
B = 48.66%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9168EC (or 0x9168EC) is known color: Medium Purple. HEX triplet: 91, 68 and EC. RGB value is (145,104,236). Sum of RGB (Red+Green+Blue) = 145+104+236=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #9168EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9168EC is #6E9713. Grayscale: #828282. Windows color (decimal): -7247636 or 15493265. OLE color: 15493265.

HSL color Cylindrical-coordinate representation of color #9168EC: hue angle of 258.64º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9168EC is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 104 236 -
CMYK 0.39 0.56 0 0.07
HSL 258.64º 0.78% 0.67% -
HSV(B) 258.64º 0.56% 0.93% -
XYZ 31.77 21.98 81.92 -
YUV 131.31 187.08 137.77 -
System Red Green Blue C M Y K H S L
Decimal 145 104 236 0.39 0.56 0 0.07 258.64 0.78 0.67
Hex 91 68 EC 27 38 0 7 103 4E 43
Octal 221 150 354 47 70 0 7 403 116 103
Binary 10010001 1101000 11101100 100111 111000 0 111 100000011 1001110 1000011

Color Harmonies of #9168EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9168EC

Black with #9168EC

Text Example


Text Example

White with #9168EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9168EC; }

 p { color: rgb(145,104,236); }

 H1.HeaderClassName
 {
   color: #9168EC;
 }
 .AnyTagClassName
 {
   color: #9168EC;
 }
</style>

background-color css

<style>
 a { background-color: #9168EC; }

 a { background-color: rgb(145,104,236); }

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

border-color css

<style>
 span { border-color: #9168EC; }

 span { border-color: rgb(145,104,236); }

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