Html Css Color HEX #9270EB Medium Purple

📋 copy color: '#9270EB'

red 146 ◦ green 112 ◦ blue 235

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

Shades of Medium Purple #9270EB

Tints of Medium Purple #9270EB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.72%

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

R = 29.61%
G = 22.72%
B = 47.67%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9270EB (or 0x9270EB) is known color: Medium Purple. HEX triplet: 92, 70 and EB. RGB value is (146,112,235). Sum of RGB (Red+Green+Blue) = 146+112+235=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #9270EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9270EB is #6D8F14. Grayscale: #878787. Windows color (decimal): -7180053 or 15429778. OLE color: 15429778.

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

Color convert

RGB 146 112 235 -
CMYK 0.38 0.52 0 0.08
HSL 256.59º 0.75% 0.68% -
HSV(B) 256.59º 0.52% 0.92% -
XYZ 32.64 23.7 81.45 -
YUV 136.19 183.76 135 -
System Red Green Blue C M Y K H S L
Decimal 146 112 235 0.38 0.52 0 0.08 256.59 0.75 0.68
Hex 92 70 EB 26 34 0 8 101 4B 44
Octal 222 160 353 46 64 0 10 401 113 104
Binary 10010010 1110000 11101011 100110 110100 0 1000 100000001 1001011 1000100

Color Harmonies of #9270EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9270EB

Black with #9270EB

Text Example


Text Example

White with #9270EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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