Html Css Color HEX #9263DF Medium Purple

📋 copy color: '#9263DF'

red 146 ◦ green 99 ◦ blue 223

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

Shades of Medium Purple #9263DF

Tints of Medium Purple #9263DF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.15%

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

R = 31.2%
G = 21.15%
B = 47.65%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9263DF (or 0x9263DF) is known color: Medium Purple. HEX triplet: 92, 63 and DF. RGB value is (146,99,223). Sum of RGB (Red+Green+Blue) = 146+99+223=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #9263DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263DF is #6D9C20. Grayscale: #7E7E7E. Windows color (decimal): -7183393 or 14640018. OLE color: 14640018.

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

Color convert

RGB 146 99 223 -
CMYK 0.35 0.56 0 0.13
HSL 262.74º 0.66% 0.63% -
HSV(B) 262.74º 0.56% 0.87% -
XYZ 29.64 20.36 72.18 -
YUV 127.19 182.07 141.42 -
System Red Green Blue C M Y K H S L
Decimal 146 99 223 0.35 0.56 0 0.13 262.74 0.66 0.63
Hex 92 63 DF 23 38 0 D 107 42 3F
Octal 222 143 337 43 70 0 15 407 102 77
Binary 10010010 1100011 11011111 100011 111000 0 1101 100000111 1000010 111111

Color Harmonies of #9263DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9263DF

Black with #9263DF

Text Example


Text Example

White with #9263DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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