Html Css Color HEX #9466E0 Medium Purple

📋 copy color: '#9466E0'

red 148 ◦ green 102 ◦ blue 224

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

Shades of Medium Purple #9466E0

Tints of Medium Purple #9466E0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.52%

 BLUE value IS 224 (87.89% from 255) = 47.26%

R = 31.22%
G = 21.52%
B = 47.26%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9466E0 (or 0x9466E0) is known color: Medium Purple. HEX triplet: 94, 66 and E0. RGB value is (148,102,224). Sum of RGB (Red+Green+Blue) = 148+102+224=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #9466E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9466E0 is #6B991F. Grayscale: #818181. Windows color (decimal): -7051552 or 14706324. OLE color: 14706324.

HSL color Cylindrical-coordinate representation of color #9466E0: hue angle of 262.62º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9466E0 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 102 224 -
CMYK 0.34 0.54 0 0.12
HSL 262.62º 0.66% 0.64% -
HSV(B) 262.62º 0.54% 0.88% -
XYZ 30.42 21.18 73.01 -
YUV 129.66 181.24 141.08 -
System Red Green Blue C M Y K H S L
Decimal 148 102 224 0.34 0.54 0 0.12 262.62 0.66 0.64
Hex 94 66 E0 22 36 0 C 107 42 40
Octal 224 146 340 42 66 0 14 407 102 100
Binary 10010100 1100110 11100000 100010 110110 0 1100 100000111 1000010 1000000

Color Harmonies of #9466E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9466E0

Black with #9466E0

Text Example


Text Example

White with #9466E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9466E0; }

 p { color: rgb(148,102,224); }

 H1.HeaderClassName
 {
   color: #9466E0;
 }
 .AnyTagClassName
 {
   color: #9466E0;
 }
</style>

background-color css

<style>
 a { background-color: #9466E0; }

 a { background-color: rgb(148,102,224); }

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

border-color css

<style>
 span { border-color: #9466E0; }

 span { border-color: rgb(148,102,224); }

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