Html Css Color HEX #925EDC Medium Purple

📋 copy color: '#925EDC'

red 146 ◦ green 94 ◦ blue 220

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

Shades of Medium Purple #925EDC

Tints of Medium Purple #925EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.43%

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 31.74%
G = 20.43%
B = 47.83%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#925EDC (or 0x925EDC) is known color: Medium Purple. HEX triplet: 92, 5E and DC. RGB value is (146,94,220). Sum of RGB (Red+Green+Blue) = 146+94+220=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #925EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925EDC is #6DA123. Grayscale: #7B7B7B. Windows color (decimal): -7184676 or 14442130. OLE color: 14442130.

HSL color Cylindrical-coordinate representation of color #925EDC: hue angle of 264.76º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #925EDC is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 94 220 -
CMYK 0.34 0.57 0 0.14
HSL 264.76º 0.64% 0.62% -
HSV(B) 264.76º 0.57% 0.86% -
XYZ 28.78 19.28 69.92 -
YUV 123.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 146 94 220 0.34 0.57 0 0.14 264.76 0.64 0.62
Hex 92 5E DC 22 39 0 E 109 40 3E
Octal 222 136 334 42 71 0 16 411 100 76
Binary 10010010 1011110 11011100 100010 111001 0 1110 100001001 1000000 111110

Color Harmonies of #925EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925EDC

Black with #925EDC

Text Example


Text Example

White with #925EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925EDC; }

 p { color: rgb(146,94,220); }

 H1.HeaderClassName
 {
   color: #925EDC;
 }
 .AnyTagClassName
 {
   color: #925EDC;
 }
</style>

background-color css

<style>
 a { background-color: #925EDC; }

 a { background-color: rgb(146,94,220); }

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

border-color css

<style>
 span { border-color: #925EDC; }

 span { border-color: rgb(146,94,220); }

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