Html Css Color HEX #9466EB Medium Purple

📋 copy color: '#9466EB'

red 148 ◦ green 102 ◦ blue 235

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

Shades of Medium Purple #9466EB

Tints of Medium Purple #9466EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.45%

R = 30.52%
G = 21.03%
B = 48.45%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9466EB (or 0x9466EB) is known color: Medium Purple. HEX triplet: 94, 66 and EB. RGB value is (148,102,235). Sum of RGB (Red+Green+Blue) = 148+102+235=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #9466EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9466EB is #6B9914. Grayscale: #828282. Windows color (decimal): -7051541 or 15427220. OLE color: 15427220.

HSL color Cylindrical-coordinate representation of color #9466EB: hue angle of 260.75º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9466EB is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 102 235 -
CMYK 0.37 0.57 0 0.08
HSL 260.75º 0.77% 0.66% -
HSV(B) 260.75º 0.57% 0.92% -
XYZ 31.96 21.8 81.12 -
YUV 130.92 186.74 140.19 -
System Red Green Blue C M Y K H S L
Decimal 148 102 235 0.37 0.57 0 0.08 260.75 0.77 0.66
Hex 94 66 EB 25 39 0 8 105 4D 42
Octal 224 146 353 45 71 0 10 405 115 102
Binary 10010100 1100110 11101011 100101 111001 0 1000 100000101 1001101 1000010

Color Harmonies of #9466EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9466EB

Black with #9466EB

Text Example


Text Example

White with #9466EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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