Html Css Color HEX #9152EF Medium Purple

📋 copy color: '#9152EF'

red 145 ◦ green 82 ◦ blue 239

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

Shades of Medium Purple #9152EF

Tints of Medium Purple #9152EF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.6%

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

R = 31.12%
G = 17.6%
B = 51.29%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9152EF (or 0x9152EF) is known color: Medium Purple. HEX triplet: 91, 52 and EF. RGB value is (145,82,239). Sum of RGB (Red+Green+Blue) = 145+82+239=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #9152EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9152EF is #6EAD10. Grayscale: #767676. Windows color (decimal): -7253265 or 15684241. OLE color: 15684241.

HSL color Cylindrical-coordinate representation of color #9152EF: hue angle of 264.08º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9152EF is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 145 82 239 -
CMYK 0.39 0.66 0 0.06
HSL 264.08º 0.83% 0.63% -
HSV(B) 264.08º 0.66% 0.94% -
XYZ 30.27 18.29 83.6 -
YUV 118.74 195.87 146.73 -
System Red Green Blue C M Y K H S L
Decimal 145 82 239 0.39 0.66 0 0.06 264.08 0.83 0.63
Hex 91 52 EF 27 42 0 6 108 53 3F
Octal 221 122 357 47 102 0 6 410 123 77
Binary 10010001 1010010 11101111 100111 1000010 0 110 100001000 1010011 111111

Color Harmonies of #9152EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9152EF

Black with #9152EF

Text Example


Text Example

White with #9152EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9152EF; }

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

 H1.HeaderClassName
 {
   color: #9152EF;
 }
 .AnyTagClassName
 {
   color: #9152EF;
 }
</style>

background-color css

<style>
 a { background-color: #9152EF; }

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

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

border-color css

<style>
 span { border-color: #9152EF; }

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

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