Html Css Color HEX #9451ED Medium Purple

📋 copy color: '#9451ED'

red 148 ◦ green 81 ◦ blue 237

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

Shades of Medium Purple #9451ED

Tints of Medium Purple #9451ED

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.38%

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

R = 31.76%
G = 17.38%
B = 50.86%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9451ED (or 0x9451ED) is known color: Medium Purple. HEX triplet: 94, 51 and ED. RGB value is (148,81,237). Sum of RGB (Red+Green+Blue) = 148+81+237=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #9451ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9451ED is #6BAE12. Grayscale: #767676. Windows color (decimal): -7056915 or 15552916. OLE color: 15552916.

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

Color convert

RGB 148 81 237 -
CMYK 0.38 0.66 0 0.07
HSL 265.77º 0.81% 0.62% -
HSV(B) 265.77º 0.66% 0.93% -
XYZ 30.44 18.3 82.05 -
YUV 118.82 194.7 148.82 -
System Red Green Blue C M Y K H S L
Decimal 148 81 237 0.38 0.66 0 0.07 265.77 0.81 0.62
Hex 94 51 ED 26 42 0 7 10A 51 3E
Octal 224 121 355 46 102 0 7 412 121 76
Binary 10010100 1010001 11101101 100110 1000010 0 111 100001010 1010001 111110

Color Harmonies of #9451ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9451ED

Black with #9451ED

Text Example


Text Example

White with #9451ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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