Html Css Color HEX #926EDA Medium Purple

📋 copy color: '#926EDA'

red 146 ◦ green 110 ◦ blue 218

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

Shades of Medium Purple #926EDA

Tints of Medium Purple #926EDA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.21%

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 30.8%
G = 23.21%
B = 45.99%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#926EDA (or 0x926EDA) is known color: Medium Purple. HEX triplet: 92, 6E and DA. RGB value is (146,110,218). Sum of RGB (Red+Green+Blue) = 146+110+218=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #926EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926EDA is #6D9125. Grayscale: #848484. Windows color (decimal): -7180582 or 14315154. OLE color: 14315154.

HSL color Cylindrical-coordinate representation of color #926EDA: hue angle of 260º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #926EDA is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 110 218 -
CMYK 0.33 0.50 0 0.15
HSL 260º 0.59% 0.64% -
HSV(B) 260º 0.5% 0.85% -
XYZ 30.08 22.32 69.05 -
YUV 133.08 175.93 137.22 -
System Red Green Blue C M Y K H S L
Decimal 146 110 218 0.33 0.50 0 0.15 260 0.59 0.64
Hex 92 6E DA 21 32 0 F 104 3B 40
Octal 222 156 332 41 62 0 17 404 73 100
Binary 10010010 1101110 11011010 100001 110010 0 1111 100000100 111011 1000000

Color Harmonies of #926EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926EDA

Black with #926EDA

Text Example


Text Example

White with #926EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926EDA; }

 p { color: rgb(146,110,218); }

 H1.HeaderClassName
 {
   color: #926EDA;
 }
 .AnyTagClassName
 {
   color: #926EDA;
 }
</style>

background-color css

<style>
 a { background-color: #926EDA; }

 a { background-color: rgb(146,110,218); }

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

border-color css

<style>
 span { border-color: #926EDA; }

 span { border-color: rgb(146,110,218); }

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