Html Css Color HEX #9461EF Medium Purple

📋 copy color: '#9461EF'

red 148 ◦ green 97 ◦ blue 239

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

Shades of Medium Purple #9461EF

Tints of Medium Purple #9461EF

RGB

 RED value IS 148 (58.2% from 255) = 30.58%

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

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

R = 30.58%
G = 20.04%
B = 49.38%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9461EF (or 0x9461EF) is known color: Medium Purple. HEX triplet: 94, 61 and EF. RGB value is (148,97,239). Sum of RGB (Red+Green+Blue) = 148+97+239=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #9461EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9461EF is #6B9E10. Grayscale: #7F7F7F. Windows color (decimal): -7052817 or 15688084. OLE color: 15688084.

HSL color Cylindrical-coordinate representation of color #9461EF: hue angle of 261.55º 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 #9461EF is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 97 239 -
CMYK 0.38 0.59 0 0.06
HSL 261.55º 0.82% 0.66% -
HSV(B) 261.55º 0.59% 0.94% -
XYZ 32.07 21.08 84.04 -
YUV 128.44 190.4 141.95 -
System Red Green Blue C M Y K H S L
Decimal 148 97 239 0.38 0.59 0 0.06 261.55 0.82 0.66
Hex 94 61 EF 26 3B 0 6 106 52 42
Octal 224 141 357 46 73 0 6 406 122 102
Binary 10010100 1100001 11101111 100110 111011 0 110 100000110 1010010 1000010

Color Harmonies of #9461EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9461EF

Black with #9461EF

Text Example


Text Example

White with #9461EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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