Html Css Color HEX #9468E1 Medium Purple

📋 copy color: '#9468E1'

red 148 ◦ green 104 ◦ blue 225

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

Shades of Medium Purple #9468E1

Tints of Medium Purple #9468E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.17%

R = 31.03%
G = 21.8%
B = 47.17%

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

#9468E1 (or 0x9468E1) is known color: Medium Purple. HEX triplet: 94, 68 and E1. RGB value is (148,104,225). Sum of RGB (Red+Green+Blue) = 148+104+225=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #9468E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9468E1 is #6B971E. Grayscale: #828282. Windows color (decimal): -7051039 or 14772372. OLE color: 14772372.

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

Color convert

RGB 148 104 225 -
CMYK 0.34 0.54 0 0.12
HSL 261.82º 0.67% 0.65% -
HSV(B) 261.82º 0.54% 0.88% -
XYZ 30.75 21.63 73.79 -
YUV 130.95 181.08 140.16 -
System Red Green Blue C M Y K H S L
Decimal 148 104 225 0.34 0.54 0 0.12 261.82 0.67 0.65
Hex 94 68 E1 22 36 0 C 106 43 41
Octal 224 150 341 42 66 0 14 406 103 101
Binary 10010100 1101000 11100001 100010 110110 0 1100 100000110 1000011 1000001

Color Harmonies of #9468E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9468E1

Black with #9468E1

Text Example


Text Example

White with #9468E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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