Html Css Color HEX #9456EE Medium Purple

📋 copy color: '#9456EE'

red 148 ◦ green 86 ◦ blue 238

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

Shades of Medium Purple #9456EE

Tints of Medium Purple #9456EE

RGB

 RED value IS 148 (58.2% from 255) = 31.36%

 GREEN value IS 86 (33.98% from 255) = 18.22%

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

R = 31.36%
G = 18.22%
B = 50.42%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9456EE (or 0x9456EE) is known color: Medium Purple. HEX triplet: 94, 56 and EE. RGB value is (148,86,238). Sum of RGB (Red+Green+Blue) = 148+86+238=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #9456EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9456EE is #6BA911. Grayscale: #797979. Windows color (decimal): -7055634 or 15619732. OLE color: 15619732.

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

Color convert

RGB 148 86 238 -
CMYK 0.38 0.64 0 0.07
HSL 264.47º 0.82% 0.64% -
HSV(B) 264.47º 0.64% 0.93% -
XYZ 30.97 19.12 82.95 -
YUV 121.87 193.54 146.64 -
System Red Green Blue C M Y K H S L
Decimal 148 86 238 0.38 0.64 0 0.07 264.47 0.82 0.64
Hex 94 56 EE 26 40 0 7 108 52 40
Octal 224 126 356 46 100 0 7 410 122 100
Binary 10010100 1010110 11101110 100110 1000000 0 111 100001000 1010010 1000000

Color Harmonies of #9456EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9456EE

Black with #9456EE

Text Example


Text Example

White with #9456EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,86,238); }

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

background-color css

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

 a { background-color: rgb(148,86,238); }

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

border-color css

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

 span { border-color: rgb(148,86,238); }

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