Html Css Color HEX #9272DA Medium Purple

📋 copy color: '#9272DA'

red 146 ◦ green 114 ◦ blue 218

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

Shades of Medium Purple #9272DA

Tints of Medium Purple #9272DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 30.54%
G = 23.85%
B = 45.61%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9272DA (or 0x9272DA) is known color: Medium Purple. HEX triplet: 92, 72 and DA. RGB value is (146,114,218). Sum of RGB (Red+Green+Blue) = 146+114+218=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #9272DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9272DA is #6D8D25. Grayscale: #878787. Windows color (decimal): -7179558 or 14316178. OLE color: 14316178.

HSL color Cylindrical-coordinate representation of color #9272DA: hue angle of 258.46º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9272DA is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 114 218 -
CMYK 0.33 0.48 0 0.15
HSL 258.46º 0.58% 0.65% -
HSV(B) 258.46º 0.48% 0.85% -
XYZ 30.53 23.21 69.2 -
YUV 135.42 174.6 135.54 -
System Red Green Blue C M Y K H S L
Decimal 146 114 218 0.33 0.48 0 0.15 258.46 0.58 0.65
Hex 92 72 DA 21 30 0 F 102 3A 41
Octal 222 162 332 41 60 0 17 402 72 101
Binary 10010010 1110010 11011010 100001 110000 0 1111 100000010 111010 1000001

Color Harmonies of #9272DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9272DA

Black with #9272DA

Text Example


Text Example

White with #9272DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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