Html Css Color HEX #9453EB Medium Purple

📋 copy color: '#9453EB'

red 148 ◦ green 83 ◦ blue 235

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

Shades of Medium Purple #9453EB

Tints of Medium Purple #9453EB

RGB

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

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

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

R = 31.76%
G = 17.81%
B = 50.43%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9453EB (or 0x9453EB) is known color: Medium Purple. HEX triplet: 94, 53 and EB. RGB value is (148,83,235). Sum of RGB (Red+Green+Blue) = 148+83+235=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #9453EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9453EB is #6BAC14. Grayscale: #777777. Windows color (decimal): -7056405 or 15422356. OLE color: 15422356.

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

Color convert

RGB 148 83 235 -
CMYK 0.37 0.65 0 0.08
HSL 265.66º 0.79% 0.62% -
HSV(B) 265.66º 0.65% 0.92% -
XYZ 30.3 18.48 80.57 -
YUV 119.76 193.03 148.14 -
System Red Green Blue C M Y K H S L
Decimal 148 83 235 0.37 0.65 0 0.08 265.66 0.79 0.62
Hex 94 53 EB 25 41 0 8 10A 4F 3E
Octal 224 123 353 45 101 0 10 412 117 76
Binary 10010100 1010011 11101011 100101 1000001 0 1000 100001010 1001111 111110

Color Harmonies of #9453EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9453EB

Black with #9453EB

Text Example


Text Example

White with #9453EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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