Html Css Color HEX #9250EB Medium Purple

📋 copy color: '#9250EB'

red 146 ◦ green 80 ◦ blue 235

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

Shades of Medium Purple #9250EB

Tints of Medium Purple #9250EB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.35%

 BLUE value IS 235 (92.19% from 255) = 50.98%

R = 31.67%
G = 17.35%
B = 50.98%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9250EB (or 0x9250EB) is known color: Medium Purple. HEX triplet: 92, 50 and EB. RGB value is (146,80,235). Sum of RGB (Red+Green+Blue) = 146+80+235=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #9250EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9250EB is #6DAF14. Grayscale: #747474. Windows color (decimal): -7188245 or 15421586. OLE color: 15421586.

HSL color Cylindrical-coordinate representation of color #9250EB: hue angle of 265.55º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9250EB is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 80 235 -
CMYK 0.38 0.66 0 0.08
HSL 265.55º 0.79% 0.62% -
HSV(B) 265.55º 0.66% 0.92% -
XYZ 29.72 17.85 80.48 -
YUV 117.4 194.37 148.4 -
System Red Green Blue C M Y K H S L
Decimal 146 80 235 0.38 0.66 0 0.08 265.55 0.79 0.62
Hex 92 50 EB 26 42 0 8 10A 4F 3E
Octal 222 120 353 46 102 0 10 412 117 76
Binary 10010010 1010000 11101011 100110 1000010 0 1000 100001010 1001111 111110

Color Harmonies of #9250EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9250EB

Black with #9250EB

Text Example


Text Example

White with #9250EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9250EB; }

 p { color: rgb(146,80,235); }

 H1.HeaderClassName
 {
   color: #9250EB;
 }
 .AnyTagClassName
 {
   color: #9250EB;
 }
</style>

background-color css

<style>
 a { background-color: #9250EB; }

 a { background-color: rgb(146,80,235); }

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

border-color css

<style>
 span { border-color: #9250EB; }

 span { border-color: rgb(146,80,235); }

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