Html Css Color HEX #9465EA Medium Purple

📋 copy color: '#9465EA'

red 148 ◦ green 101 ◦ blue 234

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

Shades of Medium Purple #9465EA

Tints of Medium Purple #9465EA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.91%

 BLUE value IS 234 (91.8% from 255) = 48.45%

R = 30.64%
G = 20.91%
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

#9465EA (or 0x9465EA) is known color: Medium Purple. HEX triplet: 94, 65 and EA. RGB value is (148,101,234). Sum of RGB (Red+Green+Blue) = 148+101+234=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #9465EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9465EA is #6B9A15. Grayscale: #818181. Windows color (decimal): -7051798 or 15361428. OLE color: 15361428.

HSL color Cylindrical-coordinate representation of color #9465EA: hue angle of 261.2º degrees, saturation: 0.76, 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 #9465EA is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 101 234 -
CMYK 0.37 0.57 0 0.08
HSL 261.2º 0.76% 0.66% -
HSV(B) 261.2º 0.57% 0.92% -
XYZ 31.72 21.54 80.33 -
YUV 130.22 186.57 140.69 -
System Red Green Blue C M Y K H S L
Decimal 148 101 234 0.37 0.57 0 0.08 261.2 0.76 0.66
Hex 94 65 EA 25 39 0 8 105 4C 42
Octal 224 145 352 45 71 0 10 405 114 102
Binary 10010100 1100101 11101010 100101 111001 0 1000 100000101 1001100 1000010

Color Harmonies of #9465EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9465EA

Black with #9465EA

Text Example


Text Example

White with #9465EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9465EA; }

 p { color: rgb(148,101,234); }

 H1.HeaderClassName
 {
   color: #9465EA;
 }
 .AnyTagClassName
 {
   color: #9465EA;
 }
</style>

background-color css

<style>
 a { background-color: #9465EA; }

 a { background-color: rgb(148,101,234); }

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

border-color css

<style>
 span { border-color: #9465EA; }

 span { border-color: rgb(148,101,234); }

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