Html Css Color HEX #9466EE Medium Purple

📋 copy color: '#9466EE'

red 148 ◦ green 102 ◦ blue 238

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

Shades of Medium Purple #9466EE

Tints of Medium Purple #9466EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.77%

R = 30.33%
G = 20.9%
B = 48.77%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9466EE (or 0x9466EE) is known color: Medium Purple. HEX triplet: 94, 66 and EE. RGB value is (148,102,238). Sum of RGB (Red+Green+Blue) = 148+102+238=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #9466EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9466EE is #6B9911. Grayscale: #828282. Windows color (decimal): -7051538 or 15623828. OLE color: 15623828.

HSL color Cylindrical-coordinate representation of color #9466EE: hue angle of 260.29º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9466EE is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 102 238 -
CMYK 0.38 0.57 0 0.07
HSL 260.29º 0.8% 0.67% -
HSV(B) 260.29º 0.57% 0.93% -
XYZ 32.4 21.97 83.42 -
YUV 131.26 188.24 139.94 -
System Red Green Blue C M Y K H S L
Decimal 148 102 238 0.38 0.57 0 0.07 260.29 0.8 0.67
Hex 94 66 EE 26 39 0 7 104 50 43
Octal 224 146 356 46 71 0 7 404 120 103
Binary 10010100 1100110 11101110 100110 111001 0 111 100000100 1010000 1000011

Color Harmonies of #9466EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9466EE

Black with #9466EE

Text Example


Text Example

White with #9466EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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