Html Css Color HEX #9271DF Medium Purple

📋 copy color: '#9271DF'

red 146 ◦ green 113 ◦ blue 223

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

Shades of Medium Purple #9271DF

Tints of Medium Purple #9271DF

RGB

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

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

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

R = 30.29%
G = 23.44%
B = 46.27%

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

#9271DF (or 0x9271DF) is known color: Medium Purple. HEX triplet: 92, 71 and DF. RGB value is (146,113,223). Sum of RGB (Red+Green+Blue) = 146+113+223=482 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.29% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #9271DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9271DF is #6D8E20. Grayscale: #878787. Windows color (decimal): -7179809 or 14643602. OLE color: 14643602.

HSL color Cylindrical-coordinate representation of color #9271DF: hue angle of 258º 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 #9271DF is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 113 223 -
CMYK 0.35 0.49 0 0.13
HSL 258º 0.63% 0.66% -
HSV(B) 258º 0.49% 0.87% -
XYZ 31.08 23.25 72.66 -
YUV 135.41 177.43 135.56 -
System Red Green Blue C M Y K H S L
Decimal 146 113 223 0.35 0.49 0 0.13 258 0.63 0.66
Hex 92 71 DF 23 31 0 D 102 3F 42
Octal 222 161 337 43 61 0 15 402 77 102
Binary 10010010 1110001 11011111 100011 110001 0 1101 100000010 111111 1000010

Color Harmonies of #9271DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9271DF

Black with #9271DF

Text Example


Text Example

White with #9271DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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