Html Css Color HEX #9168EA Medium Purple

📋 copy color: '#9168EA'

red 145 ◦ green 104 ◦ blue 234

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

Shades of Medium Purple #9168EA

Tints of Medium Purple #9168EA

RGB

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

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

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

R = 30.02%
G = 21.53%
B = 48.45%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9168EA (or 0x9168EA) is known color: Medium Purple. HEX triplet: 91, 68 and EA. RGB value is (145,104,234). Sum of RGB (Red+Green+Blue) = 145+104+234=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #9168EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9168EA is #6E9715. Grayscale: #828282. Windows color (decimal): -7247638 or 15362193. OLE color: 15362193.

HSL color Cylindrical-coordinate representation of color #9168EA: hue angle of 258.92º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9168EA is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 145 104 234 -
CMYK 0.38 0.56 0 0.08
HSL 258.92º 0.76% 0.66% -
HSV(B) 258.92º 0.56% 0.92% -
XYZ 31.48 21.86 80.4 -
YUV 131.08 186.08 137.93 -
System Red Green Blue C M Y K H S L
Decimal 145 104 234 0.38 0.56 0 0.08 258.92 0.76 0.66
Hex 91 68 EA 26 38 0 8 103 4C 42
Octal 221 150 352 46 70 0 10 403 114 102
Binary 10010001 1101000 11101010 100110 111000 0 1000 100000011 1001100 1000010

Color Harmonies of #9168EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9168EA

Black with #9168EA

Text Example


Text Example

White with #9168EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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