Html Css Color HEX #9270ED Medium Purple

📋 copy color: '#9270ED'

red 146 ◦ green 112 ◦ blue 237

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

Shades of Medium Purple #9270ED

Tints of Medium Purple #9270ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 29.49%
G = 22.63%
B = 47.88%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9270ED (or 0x9270ED) is known color: Medium Purple. HEX triplet: 92, 70 and ED. RGB value is (146,112,237). Sum of RGB (Red+Green+Blue) = 146+112+237=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #9270ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9270ED is #6D8F12. Grayscale: #878787. Windows color (decimal): -7180051 or 15560850. OLE color: 15560850.

HSL color Cylindrical-coordinate representation of color #9270ED: hue angle of 256.32º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9270ED is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 112 237 -
CMYK 0.38 0.53 0 0.07
HSL 256.32º 0.78% 0.68% -
HSV(B) 256.32º 0.53% 0.93% -
XYZ 32.93 23.81 82.98 -
YUV 136.42 184.76 134.84 -
System Red Green Blue C M Y K H S L
Decimal 146 112 237 0.38 0.53 0 0.07 256.32 0.78 0.68
Hex 92 70 ED 26 35 0 7 100 4E 44
Octal 222 160 355 46 65 0 7 400 116 104
Binary 10010010 1110000 11101101 100110 110101 0 111 100000000 1001110 1000100

Color Harmonies of #9270ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9270ED

Black with #9270ED

Text Example


Text Example

White with #9270ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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