Html Css Color HEX #9261EF Medium Purple

📋 copy color: '#9261EF'

red 146 ◦ green 97 ◦ blue 239

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

Shades of Medium Purple #9261EF

Tints of Medium Purple #9261EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.59%

R = 30.29%
G = 20.12%
B = 49.59%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9261EF (or 0x9261EF) is known color: Medium Purple. HEX triplet: 92, 61 and EF. RGB value is (146,97,239). Sum of RGB (Red+Green+Blue) = 146+97+239=482 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.29% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #9261EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9261EF is #6D9E10. Grayscale: #7F7F7F. Windows color (decimal): -7183889 or 15688082. OLE color: 15688082.

HSL color Cylindrical-coordinate representation of color #9261EF: hue angle of 260.7º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9261EF is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 146 97 239 -
CMYK 0.39 0.59 0 0.06
HSL 260.7º 0.82% 0.66% -
HSV(B) 260.7º 0.59% 0.94% -
XYZ 31.71 20.89 84.02 -
YUV 127.84 190.73 140.95 -
System Red Green Blue C M Y K H S L
Decimal 146 97 239 0.39 0.59 0 0.06 260.7 0.82 0.66
Hex 92 61 EF 27 3B 0 6 105 52 42
Octal 222 141 357 47 73 0 6 405 122 102
Binary 10010010 1100001 11101111 100111 111011 0 110 100000101 1010010 1000010

Color Harmonies of #9261EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9261EF

Black with #9261EF

Text Example


Text Example

White with #9261EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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