Html Css Color HEX #9464DD Medium Purple

📋 copy color: '#9464DD'

red 148 ◦ green 100 ◦ blue 221

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

Shades of Medium Purple #9464DD

Tints of Medium Purple #9464DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.32%

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

R = 31.56%
G = 21.32%
B = 47.12%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9464DD (or 0x9464DD) is known color: Medium Purple. HEX triplet: 94, 64 and DD. RGB value is (148,100,221). Sum of RGB (Red+Green+Blue) = 148+100+221=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #9464DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9464DD is #6B9B22. Grayscale: #7F7F7F. Windows color (decimal): -7052067 or 14509204. OLE color: 14509204.

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

Color convert

RGB 148 100 221 -
CMYK 0.33 0.55 0 0.13
HSL 263.8º 0.64% 0.63% -
HSV(B) 263.8º 0.55% 0.87% -
XYZ 29.82 20.63 70.82 -
YUV 128.15 180.4 142.16 -
System Red Green Blue C M Y K H S L
Decimal 148 100 221 0.33 0.55 0 0.13 263.8 0.64 0.63
Hex 94 64 DD 21 37 0 D 108 40 3F
Octal 224 144 335 41 67 0 15 410 100 77
Binary 10010100 1100100 11011101 100001 110111 0 1101 100001000 1000000 111111

Color Harmonies of #9464DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9464DD

Black with #9464DD

Text Example


Text Example

White with #9464DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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