Html Css Color HEX #9272DF Medium Purple

📋 copy color: '#9272DF'

red 146 ◦ green 114 ◦ blue 223

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

Shades of Medium Purple #9272DF

Tints of Medium Purple #9272DF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.6%

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 30.23%
G = 23.6%
B = 46.17%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9272DF (or 0x9272DF) is known color: Medium Purple. HEX triplet: 92, 72 and DF. RGB value is (146,114,223). Sum of RGB (Red+Green+Blue) = 146+114+223=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #9272DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9272DF is #6D8D20. Grayscale: #878787. Windows color (decimal): -7179553 or 14643858. OLE color: 14643858.

HSL color Cylindrical-coordinate representation of color #9272DF: hue angle of 257.61º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9272DF is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 114 223 -
CMYK 0.35 0.49 0 0.13
HSL 257.61º 0.63% 0.66% -
HSV(B) 257.61º 0.49% 0.87% -
XYZ 31.19 23.47 72.7 -
YUV 135.99 177.1 135.14 -
System Red Green Blue C M Y K H S L
Decimal 146 114 223 0.35 0.49 0 0.13 257.61 0.63 0.66
Hex 92 72 DF 23 31 0 D 102 3F 42
Octal 222 162 337 43 61 0 15 402 77 102
Binary 10010010 1110010 11011111 100011 110001 0 1101 100000010 111111 1000010

Color Harmonies of #9272DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9272DF

Black with #9272DF

Text Example


Text Example

White with #9272DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9272DF; }

 p { color: rgb(146,114,223); }

 H1.HeaderClassName
 {
   color: #9272DF;
 }
 .AnyTagClassName
 {
   color: #9272DF;
 }
</style>

background-color css

<style>
 a { background-color: #9272DF; }

 a { background-color: rgb(146,114,223); }

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

border-color css

<style>
 span { border-color: #9272DF; }

 span { border-color: rgb(146,114,223); }

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