Html Css Color HEX #9464ED Medium Purple

📋 copy color: '#9464ED'

red 148 ◦ green 100 ◦ blue 237

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

Shades of Medium Purple #9464ED

Tints of Medium Purple #9464ED

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.62%

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 30.52%
G = 20.62%
B = 48.87%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9464ED (or 0x9464ED) is known color: Medium Purple. HEX triplet: 94, 64 and ED. RGB value is (148,100,237). Sum of RGB (Red+Green+Blue) = 148+100+237=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #9464ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9464ED is #6B9B12. Grayscale: #818181. Windows color (decimal): -7052051 or 15557780. OLE color: 15557780.

HSL color Cylindrical-coordinate representation of color #9464ED: hue angle of 261.02º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9464ED is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 100 237 -
CMYK 0.38 0.58 0 0.07
HSL 261.02º 0.79% 0.66% -
HSV(B) 261.02º 0.58% 0.93% -
XYZ 32.06 21.52 82.59 -
YUV 129.97 188.4 140.86 -
System Red Green Blue C M Y K H S L
Decimal 148 100 237 0.38 0.58 0 0.07 261.02 0.79 0.66
Hex 94 64 ED 26 3A 0 7 105 4F 42
Octal 224 144 355 46 72 0 7 405 117 102
Binary 10010100 1100100 11101101 100110 111010 0 111 100000101 1001111 1000010

Color Harmonies of #9464ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9464ED

Black with #9464ED

Text Example


Text Example

White with #9464ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9464ED; }

 p { color: rgb(148,100,237); }

 H1.HeaderClassName
 {
   color: #9464ED;
 }
 .AnyTagClassName
 {
   color: #9464ED;
 }
</style>

background-color css

<style>
 a { background-color: #9464ED; }

 a { background-color: rgb(148,100,237); }

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

border-color css

<style>
 span { border-color: #9464ED; }

 span { border-color: rgb(148,100,237); }

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