Html Css Color HEX #9270D5 Medium Purple

📋 copy color: '#9270D5'

red 146 ◦ green 112 ◦ blue 213

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

Shades of Medium Purple #9270D5

Tints of Medium Purple #9270D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.22%

R = 31%
G = 23.78%
B = 45.22%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9270D5 (or 0x9270D5) is known color: Medium Purple. HEX triplet: 92, 70 and D5. RGB value is (146,112,213). Sum of RGB (Red+Green+Blue) = 146+112+213=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #9270D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9270D5 is #6D8F2A. Grayscale: #858585. Windows color (decimal): -7180075 or 13987986. OLE color: 13987986.

HSL color Cylindrical-coordinate representation of color #9270D5: hue angle of 260.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9270D5 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 146 112 213 -
CMYK 0.31 0.47 0 0.16
HSL 260.2º 0.55% 0.64% -
HSV(B) 260.2º 0.47% 0.84% -
XYZ 29.66 22.5 65.73 -
YUV 133.68 172.76 136.79 -
System Red Green Blue C M Y K H S L
Decimal 146 112 213 0.31 0.47 0 0.16 260.2 0.55 0.64
Hex 92 70 D5 1F 2F 0 10 104 37 40
Octal 222 160 325 37 57 0 20 404 67 100
Binary 10010010 1110000 11010101 11111 101111 0 10000 100000100 110111 1000000

Color Harmonies of #9270D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9270D5

Black with #9270D5

Text Example


Text Example

White with #9270D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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