Html Css Color HEX #9274EF Medium Purple

📋 copy color: '#9274EF'

red 146 ◦ green 116 ◦ blue 239

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

Shades of Medium Purple #9274EF

Tints of Medium Purple #9274EF

RGB

 RED value IS 146 (57.42% from 255) = 29.14%

 GREEN value IS 116 (45.7% from 255) = 23.15%

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

R = 29.14%
G = 23.15%
B = 47.7%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9274EF (or 0x9274EF) is known color: Medium Purple. HEX triplet: 92, 74 and EF. RGB value is (146,116,239). Sum of RGB (Red+Green+Blue) = 146+116+239=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #9274EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9274EF is #6D8B10. Grayscale: #8A8A8A. Windows color (decimal): -7179025 or 15692946. OLE color: 15692946.

HSL color Cylindrical-coordinate representation of color #9274EF: hue angle of 254.63º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9274EF is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 146 116 239 -
CMYK 0.39 0.51 0 0.06
HSL 254.63º 0.79% 0.7% -
HSV(B) 254.63º 0.51% 0.94% -
XYZ 33.68 24.83 84.68 -
YUV 138.99 184.44 133 -
System Red Green Blue C M Y K H S L
Decimal 146 116 239 0.39 0.51 0 0.06 254.63 0.79 0.7
Hex 92 74 EF 27 33 0 6 FF 4F 46
Octal 222 164 357 47 63 0 6 377 117 106
Binary 10010010 1110100 11101111 100111 110011 0 110 11111111 1001111 1000110

Color Harmonies of #9274EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9274EF

Black with #9274EF

Text Example


Text Example

White with #9274EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,116,239); }

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

background-color css

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

 a { background-color: rgb(146,116,239); }

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

border-color css

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

 span { border-color: rgb(146,116,239); }

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