Html Css Color HEX #9256EE Medium Purple

📋 copy color: '#9256EE'

red 146 ◦ green 86 ◦ blue 238

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

Shades of Medium Purple #9256EE

Tints of Medium Purple #9256EE

RGB

 RED value IS 146 (57.42% from 255) = 31.06%

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

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

R = 31.06%
G = 18.3%
B = 50.64%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9256EE (or 0x9256EE) is known color: Medium Purple. HEX triplet: 92, 56 and EE. RGB value is (146,86,238). Sum of RGB (Red+Green+Blue) = 146+86+238=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #9256EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9256EE is #6DA911. Grayscale: #787878. Windows color (decimal): -7186706 or 15619730. OLE color: 15619730.

HSL color Cylindrical-coordinate representation of color #9256EE: hue angle of 263.68º 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 #9256EE is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 86 238 -
CMYK 0.39 0.64 0 0.07
HSL 263.68º 0.82% 0.64% -
HSV(B) 263.68º 0.64% 0.93% -
XYZ 30.61 18.94 82.93 -
YUV 121.27 193.88 145.64 -
System Red Green Blue C M Y K H S L
Decimal 146 86 238 0.39 0.64 0 0.07 263.68 0.82 0.64
Hex 92 56 EE 27 40 0 7 108 52 40
Octal 222 126 356 47 100 0 7 410 122 100
Binary 10010010 1010110 11101110 100111 1000000 0 111 100001000 1010010 1000000

Color Harmonies of #9256EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9256EE

Black with #9256EE

Text Example


Text Example

White with #9256EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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