Html Css Color HEX #924FEE Medium Purple

📋 copy color: '#924FEE'

red 146 ◦ green 79 ◦ blue 238

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

Shades of Medium Purple #924FEE

Tints of Medium Purple #924FEE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.06%

 BLUE value IS 238 (93.36% from 255) = 51.4%

R = 31.53%
G = 17.06%
B = 51.4%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#924FEE (or 0x924FEE) is known color: Medium Purple. HEX triplet: 92, 4F and EE. RGB value is (146,79,238). Sum of RGB (Red+Green+Blue) = 146+79+238=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #924FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #924FEE is #6DB011. Grayscale: #747474. Windows color (decimal): -7188498 or 15617938. OLE color: 15617938.

HSL color Cylindrical-coordinate representation of color #924FEE: hue angle of 265.28º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #924FEE is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 79 238 -
CMYK 0.39 0.67 0 0.07
HSL 265.28º 0.82% 0.62% -
HSV(B) 265.28º 0.67% 0.93% -
XYZ 30.08 17.88 82.75 -
YUV 117.16 196.2 148.57 -
System Red Green Blue C M Y K H S L
Decimal 146 79 238 0.39 0.67 0 0.07 265.28 0.82 0.62
Hex 92 4F EE 27 43 0 7 109 52 3E
Octal 222 117 356 47 103 0 7 411 122 76
Binary 10010010 1001111 11101110 100111 1000011 0 111 100001001 1010010 111110

Color Harmonies of #924FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924FEE

Black with #924FEE

Text Example


Text Example

White with #924FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924FEE; }

 p { color: rgb(146,79,238); }

 H1.HeaderClassName
 {
   color: #924FEE;
 }
 .AnyTagClassName
 {
   color: #924FEE;
 }
</style>

background-color css

<style>
 a { background-color: #924FEE; }

 a { background-color: rgb(146,79,238); }

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

border-color css

<style>
 span { border-color: #924FEE; }

 span { border-color: rgb(146,79,238); }

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