Html Css Color HEX #9453EF Medium Purple

📋 copy color: '#9453EF'

red 148 ◦ green 83 ◦ blue 239

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

Shades of Medium Purple #9453EF

Tints of Medium Purple #9453EF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.66%

 BLUE value IS 239 (93.75% from 255) = 50.85%

R = 31.49%
G = 17.66%
B = 50.85%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9453EF (or 0x9453EF) is known color: Medium Purple. HEX triplet: 94, 53 and EF. RGB value is (148,83,239). Sum of RGB (Red+Green+Blue) = 148+83+239=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #9453EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9453EF is #6BAC10. Grayscale: #777777. Windows color (decimal): -7056401 or 15684500. OLE color: 15684500.

HSL color Cylindrical-coordinate representation of color #9453EF: hue angle of 265º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9453EF is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 83 239 -
CMYK 0.38 0.65 0 0.06
HSL 265º 0.83% 0.63% -
HSV(B) 265º 0.65% 0.94% -
XYZ 30.89 18.71 83.65 -
YUV 120.22 195.03 147.82 -
System Red Green Blue C M Y K H S L
Decimal 148 83 239 0.38 0.65 0 0.06 265 0.83 0.63
Hex 94 53 EF 26 41 0 6 109 53 3F
Octal 224 123 357 46 101 0 6 411 123 77
Binary 10010100 1010011 11101111 100110 1000001 0 110 100001001 1010011 111111

Color Harmonies of #9453EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9453EF

Black with #9453EF

Text Example


Text Example

White with #9453EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9453EF; }

 p { color: rgb(148,83,239); }

 H1.HeaderClassName
 {
   color: #9453EF;
 }
 .AnyTagClassName
 {
   color: #9453EF;
 }
</style>

background-color css

<style>
 a { background-color: #9453EF; }

 a { background-color: rgb(148,83,239); }

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

border-color css

<style>
 span { border-color: #9453EF; }

 span { border-color: rgb(148,83,239); }

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