Html Css Color HEX #9152EE Medium Purple

📋 copy color: '#9152EE'

red 145 ◦ green 82 ◦ blue 238

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

Shades of Medium Purple #9152EE

Tints of Medium Purple #9152EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.18%

R = 31.18%
G = 17.63%
B = 51.18%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9152EE (or 0x9152EE) is known color: Medium Purple. HEX triplet: 91, 52 and EE. RGB value is (145,82,238). Sum of RGB (Red+Green+Blue) = 145+82+238=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #9152EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9152EE is #6EAD11. Grayscale: #767676. Windows color (decimal): -7253266 or 15618705. OLE color: 15618705.

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

Color convert

RGB 145 82 238 -
CMYK 0.39 0.66 0 0.07
HSL 264.23º 0.82% 0.63% -
HSV(B) 264.23º 0.66% 0.93% -
XYZ 30.13 18.23 82.82 -
YUV 118.62 195.37 146.82 -
System Red Green Blue C M Y K H S L
Decimal 145 82 238 0.39 0.66 0 0.07 264.23 0.82 0.63
Hex 91 52 EE 27 42 0 7 108 52 3F
Octal 221 122 356 47 102 0 7 410 122 77
Binary 10010001 1010010 11101110 100111 1000010 0 111 100001000 1010010 111111

Color Harmonies of #9152EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9152EE

Black with #9152EE

Text Example


Text Example

White with #9152EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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