Html Css Color HEX #9461E6 Medium Purple

📋 copy color: '#9461E6'

red 148 ◦ green 97 ◦ blue 230

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

Shades of Medium Purple #9461E6

Tints of Medium Purple #9461E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.42%

R = 31.16%
G = 20.42%
B = 48.42%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9461E6 (or 0x9461E6) is known color: Medium Purple. HEX triplet: 94, 61 and E6. RGB value is (148,97,230). Sum of RGB (Red+Green+Blue) = 148+97+230=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 230 - color contains mainly: blue. Hex color #9461E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9461E6 is #6B9E19. Grayscale: #7E7E7E. Windows color (decimal): -7052826 or 15098260. OLE color: 15098260.

HSL color Cylindrical-coordinate representation of color #9461E6: hue angle of 263.01º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9461E6 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 97 230 -
CMYK 0.36 0.58 0 0.10
HSL 263.01º 0.73% 0.64% -
HSV(B) 263.01º 0.58% 0.9% -
XYZ 30.77 20.56 77.21 -
YUV 127.41 185.9 142.69 -
System Red Green Blue C M Y K H S L
Decimal 148 97 230 0.36 0.58 0 0.10 263.01 0.73 0.64
Hex 94 61 E6 24 3A 0 A 107 49 40
Octal 224 141 346 44 72 0 12 407 111 100
Binary 10010100 1100001 11100110 100100 111010 0 1010 100000111 1001001 1000000

Color Harmonies of #9461E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9461E6

Black with #9461E6

Text Example


Text Example

White with #9461E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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