Html Css Color HEX #9468DC Medium Purple

📋 copy color: '#9468DC'

red 148 ◦ green 104 ◦ blue 220

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

Shades of Medium Purple #9468DC

Tints of Medium Purple #9468DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 31.36%
G = 22.03%
B = 46.61%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9468DC (or 0x9468DC) is known color: Medium Purple. HEX triplet: 94, 68 and DC. RGB value is (148,104,220). Sum of RGB (Red+Green+Blue) = 148+104+220=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #9468DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9468DC is #6B9723. Grayscale: #818181. Windows color (decimal): -7051044 or 14444692. OLE color: 14444692.

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

Color convert

RGB 148 104 220 -
CMYK 0.33 0.53 0 0.14
HSL 262.76º 0.62% 0.64% -
HSV(B) 262.76º 0.53% 0.86% -
XYZ 30.08 21.36 70.25 -
YUV 130.38 178.58 140.57 -
System Red Green Blue C M Y K H S L
Decimal 148 104 220 0.33 0.53 0 0.14 262.76 0.62 0.64
Hex 94 68 DC 21 35 0 E 107 3E 40
Octal 224 150 334 41 65 0 16 407 76 100
Binary 10010100 1101000 11011100 100001 110101 0 1110 100000111 111110 1000000

Color Harmonies of #9468DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9468DC

Black with #9468DC

Text Example


Text Example

White with #9468DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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