Html Css Color HEX #927FED Medium Purple

📋 copy color: '#927FED'

red 146 ◦ green 127 ◦ blue 237

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

Shades of Medium Purple #927FED

Tints of Medium Purple #927FED

RGB

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

 GREEN value IS 127 (50% from 255) = 24.9%

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

R = 28.63%
G = 24.9%
B = 46.47%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#927FED (or 0x927FED) is known color: Medium Purple. HEX triplet: 92, 7F and ED. RGB value is (146,127,237). Sum of RGB (Red+Green+Blue) = 146+127+237=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #927FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927FED is #6D8012. Grayscale: #909090. Windows color (decimal): -7176211 or 15564690. OLE color: 15564690.

HSL color Cylindrical-coordinate representation of color #927FED: hue angle of 250.36º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #927FED is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 127 237 -
CMYK 0.38 0.46 0 0.07
HSL 250.36º 0.75% 0.71% -
HSV(B) 250.36º 0.46% 0.93% -
XYZ 34.73 27.4 83.58 -
YUV 145.22 179.79 128.56 -
System Red Green Blue C M Y K H S L
Decimal 146 127 237 0.38 0.46 0 0.07 250.36 0.75 0.71
Hex 92 7F ED 26 2E 0 7 FA 4B 47
Octal 222 177 355 46 56 0 7 372 113 107
Binary 10010010 1111111 11101101 100110 101110 0 111 11111010 1001011 1000111

Color Harmonies of #927FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927FED

Black with #927FED

Text Example


Text Example

White with #927FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927FED; }

 p { color: rgb(146,127,237); }

 H1.HeaderClassName
 {
   color: #927FED;
 }
 .AnyTagClassName
 {
   color: #927FED;
 }
</style>

background-color css

<style>
 a { background-color: #927FED; }

 a { background-color: rgb(146,127,237); }

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

border-color css

<style>
 span { border-color: #927FED; }

 span { border-color: rgb(146,127,237); }

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