Html Css Color HEX #9468DD Medium Purple

📋 copy color: '#9468DD'

red 148 ◦ green 104 ◦ blue 221

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

Shades of Medium Purple #9468DD

Tints of Medium Purple #9468DD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.99%

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

R = 31.29%
G = 21.99%
B = 46.72%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9468DD (or 0x9468DD) is known color: Medium Purple. HEX triplet: 94, 68 and DD. RGB value is (148,104,221). Sum of RGB (Red+Green+Blue) = 148+104+221=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #9468DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9468DD is #6B9722. Grayscale: #828282. Windows color (decimal): -7051043 or 14510228. OLE color: 14510228.

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

Color convert

RGB 148 104 221 -
CMYK 0.33 0.53 0 0.13
HSL 262.56º 0.63% 0.64% -
HSV(B) 262.56º 0.53% 0.87% -
XYZ 30.21 21.42 70.95 -
YUV 130.49 179.08 140.49 -
System Red Green Blue C M Y K H S L
Decimal 148 104 221 0.33 0.53 0 0.13 262.56 0.63 0.64
Hex 94 68 DD 21 35 0 D 107 3F 40
Octal 224 150 335 41 65 0 15 407 77 100
Binary 10010100 1101000 11011101 100001 110101 0 1101 100000111 111111 1000000

Color Harmonies of #9468DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9468DD

Black with #9468DD

Text Example


Text Example

White with #9468DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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