Html Css Color HEX #9185EA Medium Purple

📋 copy color: '#9185EA'

red 145 ◦ green 133 ◦ blue 234

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

Shades of Medium Purple #9185EA

Tints of Medium Purple #9185EA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.98%

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

R = 28.32%
G = 25.98%
B = 45.7%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9185EA (or 0x9185EA) is known color: Medium Purple. HEX triplet: 91, 85 and EA. RGB value is (145,133,234). Sum of RGB (Red+Green+Blue) = 145+133+234=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #9185EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9185EA is #6E7A15. Grayscale: #939393. Windows color (decimal): -7240214 or 15369617. OLE color: 15369617.

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

Color convert

RGB 145 133 234 -
CMYK 0.38 0.43 0 0.08
HSL 247.13º 0.71% 0.72% -
HSV(B) 247.13º 0.43% 0.92% -
XYZ 34.92 28.74 81.55 -
YUV 148.1 176.48 125.79 -
System Red Green Blue C M Y K H S L
Decimal 145 133 234 0.38 0.43 0 0.08 247.13 0.71 0.72
Hex 91 85 EA 26 2B 0 8 F7 47 48
Octal 221 205 352 46 53 0 10 367 107 110
Binary 10010001 10000101 11101010 100110 101011 0 1000 11110111 1000111 1001000

Color Harmonies of #9185EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9185EA

Black with #9185EA

Text Example


Text Example

White with #9185EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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