Html Css Color HEX #9466DD Medium Purple

📋 copy color: '#9466DD'

red 148 ◦ green 102 ◦ blue 221

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

Shades of Medium Purple #9466DD

Tints of Medium Purple #9466DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 31.42%
G = 21.66%
B = 46.92%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9466DD (or 0x9466DD) is known color: Medium Purple. HEX triplet: 94, 66 and DD. RGB value is (148,102,221). Sum of RGB (Red+Green+Blue) = 148+102+221=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #9466DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9466DD is #6B9922. Grayscale: #808080. Windows color (decimal): -7051555 or 14509716. OLE color: 14509716.

HSL color Cylindrical-coordinate representation of color #9466DD: hue angle of 263.19º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9466DD is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 102 221 -
CMYK 0.33 0.54 0 0.13
HSL 263.19º 0.64% 0.63% -
HSV(B) 263.19º 0.54% 0.87% -
XYZ 30.02 21.02 70.88 -
YUV 129.32 179.74 141.32 -
System Red Green Blue C M Y K H S L
Decimal 148 102 221 0.33 0.54 0 0.13 263.19 0.64 0.63
Hex 94 66 DD 21 36 0 D 107 40 3F
Octal 224 146 335 41 66 0 15 407 100 77
Binary 10010100 1100110 11011101 100001 110110 0 1101 100000111 1000000 111111

Color Harmonies of #9466DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9466DD

Black with #9466DD

Text Example


Text Example

White with #9466DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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