Html Css Color HEX #9261DF Medium Purple

📋 copy color: '#9261DF'

red 146 ◦ green 97 ◦ blue 223

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

Shades of Medium Purple #9261DF

Tints of Medium Purple #9261DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.82%

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

R = 31.33%
G = 20.82%
B = 47.85%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9261DF (or 0x9261DF) is known color: Medium Purple. HEX triplet: 92, 61 and DF. RGB value is (146,97,223). Sum of RGB (Red+Green+Blue) = 146+97+223=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #9261DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9261DF is #6D9E20. Grayscale: #7D7D7D. Windows color (decimal): -7183905 or 14639506. OLE color: 14639506.

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

Color convert

RGB 146 97 223 -
CMYK 0.35 0.57 0 0.13
HSL 263.33º 0.66% 0.63% -
HSV(B) 263.33º 0.57% 0.87% -
XYZ 29.45 19.99 72.12 -
YUV 126.02 182.73 142.25 -
System Red Green Blue C M Y K H S L
Decimal 146 97 223 0.35 0.57 0 0.13 263.33 0.66 0.63
Hex 92 61 DF 23 39 0 D 107 42 3F
Octal 222 141 337 43 71 0 15 407 102 77
Binary 10010010 1100001 11011111 100011 111001 0 1101 100000111 1000010 111111

Color Harmonies of #9261DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9261DF

Black with #9261DF

Text Example


Text Example

White with #9261DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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