Html Css Color HEX #9271DD Medium Purple

📋 copy color: '#9271DD'

red 146 ◦ green 113 ◦ blue 221

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

Shades of Medium Purple #9271DD

Tints of Medium Purple #9271DD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.54%

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 30.42%
G = 23.54%
B = 46.04%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9271DD (or 0x9271DD) is known color: Medium Purple. HEX triplet: 92, 71 and DD. RGB value is (146,113,221). Sum of RGB (Red+Green+Blue) = 146+113+221=480 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.42% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #9271DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9271DD is #6D8E22. Grayscale: #868686. Windows color (decimal): -7179811 or 14512530. OLE color: 14512530.

HSL color Cylindrical-coordinate representation of color #9271DD: hue angle of 258.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9271DD is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 113 221 -
CMYK 0.34 0.49 0 0.13
HSL 258.33º 0.61% 0.65% -
HSV(B) 258.33º 0.49% 0.87% -
XYZ 30.81 23.14 71.25 -
YUV 135.18 176.43 135.72 -
System Red Green Blue C M Y K H S L
Decimal 146 113 221 0.34 0.49 0 0.13 258.33 0.61 0.65
Hex 92 71 DD 22 31 0 D 102 3D 41
Octal 222 161 335 42 61 0 15 402 75 101
Binary 10010010 1110001 11011101 100010 110001 0 1101 100000010 111101 1000001

Color Harmonies of #9271DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9271DD

Black with #9271DD

Text Example


Text Example

White with #9271DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9271DD; }

 p { color: rgb(146,113,221); }

 H1.HeaderClassName
 {
   color: #9271DD;
 }
 .AnyTagClassName
 {
   color: #9271DD;
 }
</style>

background-color css

<style>
 a { background-color: #9271DD; }

 a { background-color: rgb(146,113,221); }

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

border-color css

<style>
 span { border-color: #9271DD; }

 span { border-color: rgb(146,113,221); }

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