Html Css Color HEX #9452EC Medium Purple

📋 copy color: '#9452EC'

red 148 ◦ green 82 ◦ blue 236

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

Shades of Medium Purple #9452EC

Tints of Medium Purple #9452EC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.6%

 BLUE value IS 236 (92.58% from 255) = 50.64%

R = 31.76%
G = 17.6%
B = 50.64%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9452EC (or 0x9452EC) is known color: Medium Purple. HEX triplet: 94, 52 and EC. RGB value is (148,82,236). Sum of RGB (Red+Green+Blue) = 148+82+236=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #9452EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9452EC is #6BAD13. Grayscale: #767676. Windows color (decimal): -7056660 or 15487636. OLE color: 15487636.

HSL color Cylindrical-coordinate representation of color #9452EC: hue angle of 265.71º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9452EC is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 82 236 -
CMYK 0.37 0.65 0 0.07
HSL 265.71º 0.8% 0.62% -
HSV(B) 265.71º 0.65% 0.93% -
XYZ 30.37 18.39 81.31 -
YUV 119.29 193.87 148.48 -
System Red Green Blue C M Y K H S L
Decimal 148 82 236 0.37 0.65 0 0.07 265.71 0.8 0.62
Hex 94 52 EC 25 41 0 7 10A 50 3E
Octal 224 122 354 45 101 0 7 412 120 76
Binary 10010100 1010010 11101100 100101 1000001 0 111 100001010 1010000 111110

Color Harmonies of #9452EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9452EC

Black with #9452EC

Text Example


Text Example

White with #9452EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9452EC; }

 p { color: rgb(148,82,236); }

 H1.HeaderClassName
 {
   color: #9452EC;
 }
 .AnyTagClassName
 {
   color: #9452EC;
 }
</style>

background-color css

<style>
 a { background-color: #9452EC; }

 a { background-color: rgb(148,82,236); }

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

border-color css

<style>
 span { border-color: #9452EC; }

 span { border-color: rgb(148,82,236); }

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