Html Css Color HEX #927CEB Medium Purple

📋 copy color: '#927CEB'

red 146 ◦ green 124 ◦ blue 235

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

Shades of Medium Purple #927CEB

Tints of Medium Purple #927CEB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.55%

 BLUE value IS 235 (92.19% from 255) = 46.53%

R = 28.91%
G = 24.55%
B = 46.53%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#927CEB (or 0x927CEB) is known color: Medium Purple. HEX triplet: 92, 7C and EB. RGB value is (146,124,235). Sum of RGB (Red+Green+Blue) = 146+124+235=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #927CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927CEB is #6D8314. Grayscale: #8E8E8E. Windows color (decimal): -7176981 or 15432850. OLE color: 15432850.

HSL color Cylindrical-coordinate representation of color #927CEB: hue angle of 251.89º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #927CEB is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 124 235 -
CMYK 0.38 0.47 0 0.08
HSL 251.89º 0.74% 0.7% -
HSV(B) 251.89º 0.47% 0.92% -
XYZ 34.06 26.52 81.92 -
YUV 143.23 179.79 129.97 -
System Red Green Blue C M Y K H S L
Decimal 146 124 235 0.38 0.47 0 0.08 251.89 0.74 0.7
Hex 92 7C EB 26 2F 0 8 FC 4A 46
Octal 222 174 353 46 57 0 10 374 112 106
Binary 10010010 1111100 11101011 100110 101111 0 1000 11111100 1001010 1000110

Color Harmonies of #927CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927CEB

Black with #927CEB

Text Example


Text Example

White with #927CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,124,235); }

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

background-color css

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

 a { background-color: rgb(146,124,235); }

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

border-color css

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

 span { border-color: rgb(146,124,235); }

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